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 46083A052A for ; Tue, 10 Nov 2020 07:54:50 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 105452AB; Tue, 10 Nov 2020 07:54:49 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id A99D22AB; Tue, 10 Nov 2020 07:54:46 +0100 (CET) IronPort-SDR: 9na/1h42dggJISOy22yczmkkFH06wcoq6mm1gsXOpT0bHffq0vHbGZKzyQtesoQ2j6doGeDYII YV1dpOToiyBA== X-IronPort-AV: E=McAfee;i="6000,8403,9800"; a="254635136" X-IronPort-AV: E=Sophos;i="5.77,465,1596524400"; d="scan'208";a="254635136" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Nov 2020 22:54:43 -0800 IronPort-SDR: tUO2gELxC98Qe5PsSQTcZPghkG/LjCtwVJI11073jmwqWHjER/AKbAAufNhI+n27KqFDjtFGSs ffZhb8VDEFdQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,465,1596524400"; d="scan'208";a="529667585" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by fmsmga006.fm.intel.com with ESMTP; 09 Nov 2020 22:54:43 -0800 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) 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, 9 Nov 2020 22:54:42 -0800 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.1713.5; Tue, 10 Nov 2020 14:54:41 +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.1713.004; Tue, 10 Nov 2020 14:54:41 +0800 From: "Guo, Jia" To: "Di, ChenxuX" , "dev@dpdk.org" CC: "Xing, Beilei" , "Wang, Haiyue" , "Zhou, JunX W" , "Di, ChenxuX" , "stable@dpdk.org" Thread-Topic: [PATCH v3] net/i40e: fix incorrect FDIR flex configuration Thread-Index: AQHWtyZkoBT/F3VW30qHifGEDGyf6qnA7fFQ Date: Tue, 10 Nov 2020 06:54:41 +0000 Message-ID: References: <20201104082959.63800-1-chenxux.di@intel.com> <20201110054257.80765-1-chenxux.di@intel.com> In-Reply-To: <20201110054257.80765-1-chenxux.di@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-reaction: no-action dlp-version: 11.5.1.3 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-stable] [PATCH v3] net/i40e: fix incorrect FDIR flex configuration X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" > -----Original Message----- > From: Chenxu Di > Sent: Tuesday, November 10, 2020 1:43 PM > To: dev@dpdk.org > Cc: Xing, Beilei ; Guo, Jia ; W= ang, > Haiyue ; Zhou, JunX W ; > Di, ChenxuX ; stable@dpdk.org > Subject: [PATCH v3] net/i40e: fix incorrect FDIR flex configuration >=20 > The configuration of FDIR flex mask and flex pit should not be set during= flow > validate. It should be set when flow create. >=20 > Fixes: 6ced3dd72f5f ("net/i40e: support flexible payload parsing for FDIR= ") > Cc: stable@dpdk.org >=20 > Signed-off-by: Chenxu Di > Tested-by: Zhou, Jun > --- > v3: > -rebased the patch, fixed the crismas tree > --- Acked-by: Jeff Guo <...>