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 62F5FA0C49; Fri, 18 Jun 2021 04:58:04 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CABFB40150; Fri, 18 Jun 2021 04:58:03 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 0642D40142 for ; Fri, 18 Jun 2021 04:58:01 +0200 (CEST) IronPort-SDR: LORe7XmOSXrsYfD0OM2Y8dff4xcwN7B14M0w49abbTu2C58l0sdjPSQHSbfAlxNDKtRlzNZjGY epy5snkQvIKQ== X-IronPort-AV: E=McAfee;i="6200,9189,10018"; a="267632061" X-IronPort-AV: E=Sophos;i="5.83,281,1616482800"; d="scan'208";a="267632061" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Jun 2021 19:58:00 -0700 IronPort-SDR: Z8ts4f1JIvKk3KEi/HwFiWUPdQyCMrQvzw0ePL5uoHwLC2nlNoI+6i6SQKMGTvb8nRAcFXQeiP C+lAoYvYoJ+w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.83,281,1616482800"; d="scan'208";a="488891516" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by fmsmga002.fm.intel.com with ESMTP; 17 Jun 2021 19:57:59 -0700 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) 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.4; Thu, 17 Jun 2021 19:57:58 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX602.ccr.corp.intel.com (10.109.6.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.4; Fri, 18 Jun 2021 10:57:56 +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.008; Fri, 18 Jun 2021 10:57:56 +0800 From: "Zhang, Qi Z" To: "Su, Simei" CC: "dev@dpdk.org" , "Guo, Junfeng" , "Cao, Yahui" Thread-Topic: [PATCH v2 0/3] net/ice: support FDIR ESP and NATT to match outer IP Thread-Index: AQHXXNsOhJvjNWqpe0C+K3fx9/VOW6sZIWag Date: Fri, 18 Jun 2021 02:57:56 +0000 Message-ID: <3906587393134913a758f56ceaed882f@intel.com> References: <20210527055330.341052-1-simei.su@intel.com> <20210609024951.382979-1-simei.su@intel.com> In-Reply-To: <20210609024951.382979-1-simei.su@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.5.1.3 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 v2 0/3] net/ice: support FDIR ESP and NATT to match outer IP 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: Su, Simei > Sent: Wednesday, June 9, 2021 10:50 AM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Guo, Junfeng ; Cao, Yahui > ; Su, Simei > Subject: [PATCH v2 0/3] net/ice: support FDIR ESP and NATT to match outer= IP >=20 > [PATCH v2 1/3] enable FDIR ESP to match outer IPV4/IPV6 SRC/DST field in > DPDK AVF. > [PATCH v2 2/3] add IPV4/IPV6 SRC/DST input set for ESP/NAT_T_ESP in share > code. > [PATCH v2 3/3] enable FDIR ESP/NAT_T_ESP match outer IPV4/IPV6 SRC/DST > field in DPDK PF. >=20 > v2: > * Combine patch for "FDIR ESP support in DPDK AVF" with this patchset. >=20 > Simei Su (3): > net/iavf: add FDIR ESP support to match outer IP > net/ice/base: support FDIR ESP for outer IP match > net/ice: support FDIR ESP and NATT to match outer IP >=20 > drivers/net/iavf/iavf_fdir.c | 11 ++++-- > drivers/net/ice/base/ice_fdir.c | 8 +++++ > drivers/net/ice/ice_fdir_filter.c | 73 > +++++++++++++++++++++++++++++++++++++++ > 3 files changed, 89 insertions(+), 3 deletions(-) >=20 > -- > 2.9.5 Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi