From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 223AB2BE5; Mon, 15 Jan 2018 11:18:16 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Jan 2018 02:18:16 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,363,1511856000"; d="scan'208";a="10335495" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga008.fm.intel.com with ESMTP; 15 Jan 2018 02:18:16 -0800 Received: from fmsmsx113.amr.corp.intel.com (10.18.116.7) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 15 Jan 2018 02:18:15 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX113.amr.corp.intel.com (10.18.116.7) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 15 Jan 2018 02:18:15 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.159]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.218]) with mapi id 14.03.0319.002; Mon, 15 Jan 2018 18:18:12 +0800 From: "Xing, Beilei" To: "Xu, Rosen" , "Zhang, Qi Z" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH v2] net/i40e: fix issue of pctype doesn't take effect in X722 Thread-Index: AQHTjejSebioE9/g9UOeQkveh8fHFaN0uFQA Date: Mon, 15 Jan 2018 10:18:12 +0000 Message-ID: <94479800C636CB44BD422CB454846E013208C99F@SHSMSX101.ccr.corp.intel.com> References: <1515740544-62985-1-git-send-email-rosen.xu@intel.com> <1516010755-136835-1-git-send-email-rosen.xu@intel.com> In-Reply-To: <1516010755-136835-1-git-send-email-rosen.xu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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-stable] [PATCH v2] net/i40e: fix issue of pctype doesn't take effect in X722 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: , X-List-Received-Date: Mon, 15 Jan 2018 10:18:17 -0000 > -----Original Message----- > From: Xu, Rosen > Sent: Monday, January 15, 2018 6:06 PM > To: Xing, Beilei ; Zhang, Qi Z > Cc: dev@dpdk.org; stable@dpdk.org > Subject: [PATCH v2] net/i40e: fix issue of pctype doesn't take effect in = X722 >=20 > Pctype should be setted after Port's MAC type setted, but in current code > pctype is setted before Port's MAC type setted. Move pctype initializatio= n > after shared code initialization which initialize Port's MARC type. >=20 > Fixes: a286ebeb0714 ("net/i40e: add dynamic mapping of SW flow types to > HW pctypes") > Cc: stable@dpdk.org >=20 > Signed-off-by: Rosen Xu =20 Acked-by: Beilei Xing