From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 000A71150; Tue, 22 Jan 2019 13:48:29 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Jan 2019 04:48:28 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,506,1539673200"; d="scan'208";a="140287642" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga001.fm.intel.com with ESMTP; 22 Jan 2019 04:48:28 -0800 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 22 Jan 2019 04:48:26 -0800 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by fmsmsx110.amr.corp.intel.com (10.18.116.10) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 22 Jan 2019 04:48:26 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.150]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.85]) with mapi id 14.03.0415.000; Tue, 22 Jan 2019 20:48:24 +0800 From: "Zhang, Qi Z" To: "Zhao1, Wei" , "dev@dpdk.org" CC: "stable@dpdk.org" , "Peng, Yuan" Thread-Topic: [PATCH] net/i40e: fix queue region error in priority configuration Thread-Index: AQHUsi3BA7SnjXGBkUu3YqEGoeku+6W7O3xg Date: Tue, 22 Jan 2019 12:48:24 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153320452@SHSMSX103.ccr.corp.intel.com> References: <1548144663-3735-1-git-send-email-wei.zhao1@intel.com> In-Reply-To: <1548144663-3735-1-git-send-email-wei.zhao1@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjZkOWExYmUtMmJkMy00YjRhLWI1YmEtNmE2YjhjNmNlNWFiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiV2E1WFM2QmRtbjlMaVwveThYcVRXbHRWWStETHZkZVpjTDVVV29hSGUwYTlqeTFvSlVGdGVHY05JUmY2MVdLZ1gifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action 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-dev] [PATCH] net/i40e: fix queue region error in priority configuration 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: Tue, 22 Jan 2019 12:48:30 -0000 > -----Original Message----- > From: Zhao1, Wei > Sent: Tuesday, January 22, 2019 4:11 PM > To: dev@dpdk.org > Cc: stable@dpdk.org; Zhang, Qi Z ; Peng, Yuan > ; Zhao1, Wei > Subject: [PATCH] net/i40e: fix queue region error in priority configurati= on Change title to below since it's all about if we need to call i40e_set_dcb_= config fix queue region dcb configure >=20 > There is no need to set vlan priority realted resigsters when there is no > configuration about that in queue region. Reword to=20 DCB is not necessary to be configured if no user priority of queue region i= s requested. >=20 > Fixes: 7cbecc2f7424 ("net/i40e: support queue region set and flush") > Signed-off-by: Wei Zhao Acked-by: Qi Zhang Applied to dpdk-next-net-intel with above change. Thanks Qi