From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 3FF7E325F for ; Thu, 25 Jan 2018 06:28:24 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Jan 2018 21:28:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,409,1511856000"; d="scan'208";a="22158178" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga003.jf.intel.com with ESMTP; 24 Jan 2018 21:28:22 -0800 Received: from fmsmsx124.amr.corp.intel.com (10.18.125.39) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 24 Jan 2018 21:28:22 -0800 Received: from bgsmsx106.gar.corp.intel.com (10.223.43.196) by fmsmsx124.amr.corp.intel.com (10.18.125.39) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 24 Jan 2018 21:28:22 -0800 Received: from bgsmsx101.gar.corp.intel.com ([169.254.1.245]) by BGSMSX106.gar.corp.intel.com ([169.254.1.105]) with mapi id 14.03.0319.002; Thu, 25 Jan 2018 10:58:19 +0530 From: "Yang, Zhiyong" To: "Zhang, Qi Z" , "Xing, Beilei" CC: "dev@dpdk.org" , "Zhao1, Wei" , "Zhang, Qi Z" Thread-Topic: [dpdk-dev] [PATCH] net/i40e: fix bug in RSS flow action parser Thread-Index: AQHTlZrz1OzKvw2ZO0iKgSeNhfCSTKOEDwRA Date: Thu, 25 Jan 2018 05:28:18 +0000 Message-ID: References: <20180125051033.40453-1-qi.z.zhang@intel.com> In-Reply-To: <20180125051033.40453-1-qi.z.zhang@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.0.0.116 dlp-reaction: no-action x-originating-ip: [10.223.10.10] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix bug in RSS flow action parser 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: , X-List-Received-Date: Thu, 25 Jan 2018 05:28:24 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Qi Zhang > Sent: Thursday, January 25, 2018 1:11 PM > To: Xing, Beilei > Cc: dev@dpdk.org; Zhao1, Wei ; Zhang, Qi Z > > Subject: [dpdk-dev] [PATCH] net/i40e: fix bug in RSS flow action parser >=20 > Parameter action_flag is not used correctly in i40e_flow_parse_rss_action= . > Also change it from point type to value type since it is not an output > parameter. >=20 > Fixes: ecad87d22383e ("net/i40e: move RSS to flow API") >=20 > Signed-off-by: Qi Zhang > --- Acked-by Zhiyong Yang