From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id E11FDA0C41; Thu, 16 Sep 2021 09:14:58 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 80DCB4003F; Thu, 16 Sep 2021 09:14:58 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id E57454003C for ; Thu, 16 Sep 2021 09:14:56 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10108"; a="219317363" X-IronPort-AV: E=Sophos;i="5.85,297,1624345200"; d="scan'208";a="219317363" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Sep 2021 00:14:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.85,297,1624345200"; d="scan'208";a="545409936" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by FMSMGA003.fm.intel.com with ESMTP; 16 Sep 2021 00:14:56 -0700 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Thu, 16 Sep 2021 00:14:55 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX605.ccr.corp.intel.com (10.109.6.215) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Thu, 16 Sep 2021 15:14:52 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2242.012; Thu, 16 Sep 2021 15:14:52 +0800 From: "Zhang, Qi Z" To: "Yang, SteveX" , "dev@dpdk.org" CC: "Yang, Qiming" Thread-Topic: [PATCH v1 0/2] support L4 for QinQ switch filter Thread-Index: AQHXpiIXAjdha5YIlU2fnrF8zL6hU6umSLlA Date: Thu, 16 Sep 2021 07:14:51 +0000 Message-ID: <015da8a0e2b147d2929aaca8455b6fb2@intel.com> References: <20210910085458.61835-1-stevex.yang@intel.com> In-Reply-To: <20210910085458.61835-1-stevex.yang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.200.16 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v1 0/2] support L4 for QinQ switch filter X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Yang, SteveX > Sent: Friday, September 10, 2021 4:55 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; Zhang, Qi Z > ; Yang, SteveX > Subject: [PATCH v1 0/2] support L4 for QinQ switch filter >=20 > The requirement to support filter by > dst MAC + outer VLAN id + inner VLAN id + dst IP + dst port. >=20 > Currently we only support pattern eth / vlan/ vlan/ IP, in switch filter,= the > request to add l4 support as eth / vlan / vlan / IP / udp|tcp. >=20 > Steve Yang (2): > net/ice: add L4 support for QinQ switch filter > net/ice/base: support L4 for QinQ switch filter >=20 > drivers/net/ice/base/ice_switch.c | 173 +++++++++++++++++++++++++++- > drivers/net/ice/ice_generic_flow.c | 4 + > drivers/net/ice/ice_switch_filter.c | 20 ++++ > 3 files changed, 192 insertions(+), 5 deletions(-) >=20 > -- > 2.27.0 Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi