From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 92963A04AB; Mon, 31 Aug 2020 09:37:15 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CF34C2B89; Mon, 31 Aug 2020 09:37:13 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 9CEEBA3; Mon, 31 Aug 2020 09:37:12 +0200 (CEST) IronPort-SDR: igIBbMEvLBOwFDzpMA5aptTvdBHf7YUO4qgYQhdp1fiK1doXiYVIJ7mK610FE0iBO3m9LYprjD FlAFxsjHtpmA== X-IronPort-AV: E=McAfee;i="6000,8403,9729"; a="218473616" X-IronPort-AV: E=Sophos;i="5.76,374,1592895600"; d="scan'208";a="218473616" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Aug 2020 00:37:11 -0700 IronPort-SDR: Knvovfz4zdh58pyML87XHSUJpypIogBVTDAKZrwqzM1eUaRzLbXJZ/z4Ysagz/EZDTVWclt/L4 zqR9VejGh4Og== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,374,1592895600"; d="scan'208";a="283011100" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by fmsmga008.fm.intel.com with ESMTP; 31 Aug 2020 00:37:11 -0700 Received: from fmsmsx602.amr.corp.intel.com (10.18.126.82) by fmsmsx603.amr.corp.intel.com (10.18.126.83) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Mon, 31 Aug 2020 00:36:34 -0700 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by fmsmsx602.amr.corp.intel.com (10.18.126.82) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Mon, 31 Aug 2020 00:36:34 -0700 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 31 Aug 2020 00:36:34 -0700 Received: from shsmsx107.ccr.corp.intel.com ([169.254.9.141]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.32]) with mapi id 14.03.0439.000; Mon, 31 Aug 2020 15:36:31 +0800 From: "Zhang, Qi Z" To: "Zhao1, Wei" , "dev@dpdk.org" CC: "stable@dpdk.org" Thread-Topic: [PATCH v4] net/ice: fix FDIR GTPU rule create fail Thread-Index: AQHWf2fyUkKB2X7yGEWKAPZhrDebvKlR0+SQ Date: Mon, 31 Aug 2020 07:36:30 +0000 Message-ID: <039ED4275CED7440929022BC67E706115522E4B6@SHSMSX107.ccr.corp.intel.com> References: <20200828011113.47466-1-wei.zhao1@intel.com> <20200831065817.30923-1-wei.zhao1@intel.com> In-Reply-To: <20200831065817.30923-1-wei.zhao1@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.5.1.3 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4] net/ice: fix FDIR GTPU rule create fail X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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: Zhao1, Wei > Sent: Monday, August 31, 2020 2:58 PM > To: dev@dpdk.org > Cc: stable@dpdk.org; Zhang, Qi Z ; Zhao1, Wei > > Subject: [PATCH v4] net/ice: fix FDIR GTPU rule create fail >=20 > For GTPU rule without extend header the trainning packet for FDIR is diff= erent. > This patch enable these case. >=20 > Fixes: 934fd00c9389 ("net/ice/base: fix GTPU IP hash") > Cc: stable@dpdk.org >=20 > Signed-off-by: Wei Zhao > Tested-by: Huang ZhiminX Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi