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 6B080A0C43; Tue, 13 Jul 2021 04:59:39 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2DE8540DDE; Tue, 13 Jul 2021 04:59:39 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 35D474069E for ; Tue, 13 Jul 2021 04:59:37 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10043"; a="208269785" X-IronPort-AV: E=Sophos;i="5.84,235,1620716400"; d="scan'208";a="208269785" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jul 2021 19:59:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.84,235,1620716400"; d="scan'208";a="569793516" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by fmsmga001.fm.intel.com with ESMTP; 12 Jul 2021 19:59:36 -0700 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.4; Mon, 12 Jul 2021 19:59:35 -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.10; Tue, 13 Jul 2021 10:59:33 +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.010; Tue, 13 Jul 2021 10:59:33 +0800 From: "Zhang, Qi Z" To: "Su, Simei" CC: "dev@dpdk.org" , "Cao, Yahui" Thread-Topic: [PATCH v2] net/ice: fix FDIR when SPI as input set for ESP flow Thread-Index: AQHXd4162vXtTbWeuE+/8AmFg/Jn5atANsEA Date: Tue, 13 Jul 2021 02:59:32 +0000 Message-ID: References: <20210712093914.441114-1-simei.su@intel.com> <20210713021024.117748-1-simei.su@intel.com> In-Reply-To: <20210713021024.117748-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] net/ice: fix FDIR when SPI as input set for ESP flow 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: Tuesday, July 13, 2021 10:10 AM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Cao, Yahui ; Su, Simei > > Subject: [PATCH v2] net/ice: fix FDIR when SPI as input set for ESP flow >=20 > FDIR can't work when SPI as inputset for both ESP over IP and ESP over UD= P > flow. This patch fixes this issue by adding the corresponding input set f= or ESP > over IP and ESP over UDP when parsing input set. Also, it adds input set = bit for > NAT_T_ESP to distinguish ESP over IP and ESP over UDP. >=20 > Fixes: 70feafc1a3f2 ("net/ice: support ESP/NATT flow director to match ou= ter > IP") >=20 > Signed-off-by: Simei Su >=20 > v2: > * Refine title and commit log to be more accurate. > * Correct spelling mistakes in commit log. Change log is not part of the commit log, should below "---" Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi