From patchwork Fri Aug 4 04:59:33 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Suman Ghosh X-Patchwork-Id: 13341241 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0E05F1FA7 for ; Fri, 4 Aug 2023 05:00:14 +0000 (UTC) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 81E014494; Thu, 3 Aug 2023 22:00:13 -0700 (PDT) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 373NXOTi027576; Thu, 3 Aug 2023 21:59:52 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=pfpt0220; bh=urYvZsBrtI2zlxlxLrU0ozTBnuFL9WclLIdNZ60d340=; b=a3Gsg0YbRgpHQWlIWHzKbfoJKQM9le8tDJp0LU7+t61SOH2ce4ltGxWRmhuWRYOODAt3 36ArAvQJi/8pVCKK6wU3JkXzNqjP7ZFWDTZCMYCPjXlQd/DsGRVzf8QVUjeXdUP375Pf HXRZ7KUitBFJ1l2TN6fO3L0G4xUt9UA5PLS26oPOdxvuEaDMcPUGa64irvJ+vfmnp6d9 jUo0/6KgvagjCQBooSS395C+DbOxrL6oEwTcXynP446xcqf0g3lCCk+MEbb/o4ysViRI a+S/1FElcDvBkppILIDGAkS1J4c2SIIqwuOTYX3g/ir8Cq2hATT6sM1ZiUBkzfPkbx66 Yw== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3s8p0xgnbn-2 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Thu, 03 Aug 2023 21:59:52 -0700 Received: from DC5-EXCH01.marvell.com (10.69.176.38) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server (TLS) id 15.0.1497.48; Thu, 3 Aug 2023 21:59:43 -0700 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server id 15.0.1497.48 via Frontend Transport; Thu, 3 Aug 2023 21:59:43 -0700 Received: from localhost.localdomain (unknown [10.28.36.166]) by maili.marvell.com (Postfix) with ESMTP id 387073F7050; Thu, 3 Aug 2023 21:59:38 -0700 (PDT) From: Suman Ghosh To: , , , , , , , , , , , , , CC: Suman Ghosh Subject: [net-next PATCH V5 0/2] octeontx2-af: TC flower offload changes Date: Fri, 4 Aug 2023 10:29:33 +0530 Message-ID: <20230804045935.3010554-1-sumang@marvell.com> X-Mailer: git-send-email 2.25.1 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Proofpoint-GUID: GAyxz8tZv7N1de1z9ACyTqWH02TKdVZk X-Proofpoint-ORIG-GUID: GAyxz8tZv7N1de1z9ACyTqWH02TKdVZk X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.267,Aquarius:18.0.957,Hydra:6.0.591,FMLib:17.11.176.26 definitions=2023-08-04_02,2023-08-03_01,2023-05-22_02 X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net X-Patchwork-Delegate: kuba@kernel.org This patchset includes minor code restructuring related to TC flower offload for outer vlan and adding support for TC inner vlan offload. Patch #1 Code restructure to handle TC flower outer vlan offload Patch #2 Add TC flower offload support for inner vlan Suman Ghosh (2): octeontx2-af: Code restructure to handle TC outer VLAN offload octeontx2-af: TC flower offload support for inner VLAN v5 changes: Resolved conflicts with 'main' branch v4 changes: Resolved conflicts with 'main' branch v3 changes: 1. Fixed warning in file drivers/net/ethernet/marvell/octeontx2/nic/otx2_tc.c 2. Updated commit description for patch #2 v2 changes: 1. Fixed checkpatch errors in file drivers/net/ethernet/marvell/octeontx2/nic/otx2_tc.c 2. Updated cover letter subject .../net/ethernet/marvell/octeontx2/af/mbox.h | 1 + .../net/ethernet/marvell/octeontx2/af/npc.h | 3 + .../marvell/octeontx2/af/rvu_debugfs.c | 5 + .../marvell/octeontx2/af/rvu_npc_fs.c | 13 +++ .../ethernet/marvell/octeontx2/nic/otx2_tc.c | 105 +++++++++++------- 5 files changed, 89 insertions(+), 38 deletions(-) Reviewed-by: Simon Horman