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 237E3A0C3F; Wed, 28 Apr 2021 03:26:33 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9BA1240147; Wed, 28 Apr 2021 03:26:32 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id B662D40041 for ; Wed, 28 Apr 2021 03:26:30 +0200 (CEST) IronPort-SDR: VG6Bl4/HtEp0sNK7tgswoM+Ye97AHx6Qk+oIZC3HIc9Op8TS46xZ/N7jhyqhMiPPjmFcxvE1ee lrxUcu2FgBpw== X-IronPort-AV: E=McAfee;i="6200,9189,9967"; a="217344774" X-IronPort-AV: E=Sophos;i="5.82,256,1613462400"; d="scan'208";a="217344774" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Apr 2021 18:26:29 -0700 IronPort-SDR: cVPLBIdjaeX/Qf/ZlTM6ZQCJzT+Q+U3n1d1YJgj9L5xrSR2PVuUNJC585SJpaa+ldDLeuPuMyv B2LWJaDoEz3w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,256,1613462400"; d="scan'208";a="386340027" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by orsmga003.jf.intel.com with ESMTP; 27 Apr 2021 18:26:29 -0700 Received: from shsmsx606.ccr.corp.intel.com (10.109.6.216) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Tue, 27 Apr 2021 18:26:28 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX606.ccr.corp.intel.com (10.109.6.216) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Wed, 28 Apr 2021 09:26:26 +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; Wed, 28 Apr 2021 09:26:26 +0800 From: "Zhang, Qi Z" To: "Wang, Haiyue" , "Min Hu (Connor)" , "dev@dpdk.org" CC: "Yigit, Ferruh" , "Guo, Jia" Thread-Topic: [PATCH] net/e1000: fix param misusage when set rte flow error Thread-Index: AQHXO2hwtIaon/us4UiNVbcw8H5Im6rJJBjA Date: Wed, 28 Apr 2021 01:26:25 +0000 Message-ID: <1611950cb1cb4921bc763a50c61d445c@intel.com> References: <1619513481-15370-1-git-send-email-humin29@huawei.com> In-Reply-To: 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] net/e1000: fix param misusage when set rte flow error 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 Wang, Haiyue > Sent: Tuesday, April 27, 2021 9:23 PM > To: Min Hu (Connor) ; dev@dpdk.org > Cc: Yigit, Ferruh ; Guo, Jia > Subject: Re: [dpdk-dev] [PATCH] net/e1000: fix param misusage when set rt= e > flow error >=20 > > -----Original Message----- > > From: Min Hu (Connor) > > Sent: Tuesday, April 27, 2021 16:51 > > To: dev@dpdk.org > > Cc: Yigit, Ferruh ; Guo, Jia > > ; Wang, Haiyue > > Subject: [PATCH] net/e1000: fix param misusage when set rte flow error > > > > This patch fixes parameter misusage when set rte flow action error. > > > > Fixes: c0688ef1eded ("net/igb: parse flow API n-tuple filter") > > Cc: stable@dpdk.org > > > > Signed-off-by: Min Hu (Connor) > > --- > > drivers/net/e1000/igb_flow.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > >=20 > Acked-by: Haiyue Wang Applied to dpdk-next-net-intel. Thanks Qi