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 74B0DA0548; Thu, 1 Apr 2021 13:54:45 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4E4DB1410E3; Thu, 1 Apr 2021 13:54:45 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 715BF1410C1 for ; Thu, 1 Apr 2021 13:54:43 +0200 (CEST) IronPort-SDR: C+MZMm5qz2eP4t195FRGnj+P8aKm8s5YcdEsT9Oz7CLvWYgxHvXhT+vQF7H6zNoJa++xlPZLta VjpFwOaCi3zA== X-IronPort-AV: E=McAfee;i="6000,8403,9940"; a="192329664" X-IronPort-AV: E=Sophos;i="5.81,296,1610438400"; d="scan'208";a="192329664" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Apr 2021 04:54:42 -0700 IronPort-SDR: aBSjlJ3xpDdOre8AHrqAw7NGFeO8hztBRrOBRBFLAKAAS4dQAOjac0mfzpiMtprzw1w/UfJua0 J9x3uA7EW1ww== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,296,1610438400"; d="scan'208";a="517309843" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by fmsmga001.fm.intel.com with ESMTP; 01 Apr 2021 04:54:42 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) 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.2106.2; Thu, 1 Apr 2021 04:54:41 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX601.ccr.corp.intel.com (10.109.6.141) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Thu, 1 Apr 2021 19:54:39 +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.2106.013; Thu, 1 Apr 2021 19:54:39 +0800 From: "Zhang, Qi Z" To: "Yang, MurphyX" , "dev@dpdk.org" CC: "Yang, Qiming" , "Guo, Jia" , "Xing, Beilei" , "Yang, SteveX" , "Zhang, RobinX" , "Yang, MurphyX" Thread-Topic: [dpdk-dev] [PATCH v2] net/i40e: fix inappropriate config during flow validate Thread-Index: AQHXJqeMwJE33OPuIEmCuHTQVxJLDqqfjgYA Date: Thu, 1 Apr 2021 11:54:39 +0000 Message-ID: References: <20210319024423.15523-1-murphyx.yang@intel.com> <20210401032332.33368-1-murphyx.yang@intel.com> In-Reply-To: <20210401032332.33368-1-murphyx.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.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/i40e: fix inappropriate config during flow validate 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: dev On Behalf Of Murphy Yang > Sent: Thursday, April 1, 2021 11:24 AM > To: dev@dpdk.org > Cc: Yang, Qiming ; Guo, Jia ; > Xing, Beilei ; Yang, SteveX ; > Zhang, RobinX ; Yang, MurphyX > > Subject: [dpdk-dev] [PATCH v2] net/i40e: fix inappropriate config during = flow > validate >=20 > The configuration of FDIR input set should not be set during flow validat= e. It > should be set when flow create. >=20 > Fixes: fe5d0e85b713 ("net/i40e: fix flow director flex configuration") > Fixes: 15018d79f0be ("net/i40e: add FDIR support for GTP-C and GTP-U") >=20 > Signed-off-by: Murphy Yang Added ack in v1 Acked-by: Beilei Xing Applied to dpdk-next-net-intel. Thanks Qi