From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 26703C001DC for ; Sun, 30 Jul 2023 14:31:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229871AbjG3Ob1 (ORCPT ); Sun, 30 Jul 2023 10:31:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42968 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229485AbjG3ObZ (ORCPT ); Sun, 30 Jul 2023 10:31:25 -0400 Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A61A8E59; Sun, 30 Jul 2023 07:31:24 -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 36U8Nfqq001638; Sun, 30 Jul 2023 07:31:16 -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=ooqEK4CYhcwzrzxpYESuyTjgZvmXzoWCm9A8HmYW/6w=; b=jwBzaxTBEl2w49gZQwB6X8xvGsozrQDGLjTNtlLSyaCD3M8cSgravtF8utPG7cLlZd9E KTcDeso41Rf0rZRY226xz+IMAzDTVyke3b37Ua1havsYqv8wpM2vwBX5ePEA7J9aXCqC DxcV1PM1JKwIQeIIfmKZv1oWJ/39lq6Cjbi8ZXvtEBQXqU9TCZP2RT5iX2s0BQPQ/aco huqG9r36e10BxFPaLii/XwNohoO4QjCg2+KP1buXF9sXgXKuZREiujypVNrqz3rpIc1A +sFBIRVXdZ4lhi/xOgz0YmSGmvPdz+UpLqlloKGdNVWutCn9njdxlyr3cO1Hw1ColgIf Xw== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3s529k2c0p-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Sun, 30 Jul 2023 07:31:16 -0700 Received: from DC5-EXCH02.marvell.com (10.69.176.39) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server (TLS) id 15.0.1497.48; Sun, 30 Jul 2023 07:31:14 -0700 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server id 15.0.1497.48 via Frontend Transport; Sun, 30 Jul 2023 07:31:14 -0700 Received: from localhost.localdomain (unknown [10.28.36.166]) by maili.marvell.com (Postfix) with ESMTP id 46FA13F70B4; Sun, 30 Jul 2023 07:31:10 -0700 (PDT) From: Suman Ghosh To: , , , , , , , , , , , , CC: Suman Ghosh Subject: [net-next PATCH V2 0/2] octeontx2-af: TC flower offload changes Date: Sun, 30 Jul 2023 20:01:05 +0530 Message-ID: <20230730143107.2845172-1-sumang@marvell.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-GUID: RKPk3g8aRCfu-RidB9P0eNsoSwCe5Jy7 X-Proofpoint-ORIG-GUID: RKPk3g8aRCfu-RidB9P0eNsoSwCe5Jy7 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.254,Aquarius:18.0.957,Hydra:6.0.591,FMLib:17.11.176.26 definitions=2023-07-27_10,2023-07-26_01,2023-05-22_02 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.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 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(-) -- 2.25.1