From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id A7A858019 for ; Wed, 5 Oct 2016 12:02:35 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP; 05 Oct 2016 03:02:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,448,1473145200"; d="scan'208";a="1066378904" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by fmsmga002.fm.intel.com with ESMTP; 05 Oct 2016 03:02:35 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.164]) by IRSMSX107.ger.corp.intel.com ([169.254.10.95]) with mapi id 14.03.0248.002; Wed, 5 Oct 2016 11:02:33 +0100 From: "Iremonger, Bernard" To: "Lu, Wenzhuo" , "dev@dpdk.org" CC: "De Lara Guarch, Pablo" Thread-Topic: [PATCH v2] app/testpmd: fix DCB config issue Thread-Index: AQHSF5Lr0amz9yHdnkK6MyWOa+3HU6CZr7WA Date: Wed, 5 Oct 2016 10:02:32 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C21A08F248@IRSMSX108.ger.corp.intel.com> References: <1470374429-14848-1-git-send-email-wenzhuo.lu@intel.com> <1474852271-11309-1-git-send-email-wenzhuo.lu@intel.com> In-Reply-To: <1474852271-11309-1-git-send-email-wenzhuo.lu@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZjgxNjA0YjItNzY3Ni00ODY4LWI3ZTItZWFmZjdjYjhhNjc3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlF6SHdSOFh5eFwvTzRERmFjeUwwTXRYZVwvbXNXYW1KUzhzRWNadnYrekU1cz0ifQ== x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] app/testpmd: fix DCB config issue X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2016 10:02:36 -0000 > -----Original Message----- > From: Lu, Wenzhuo > Sent: Monday, September 26, 2016 2:11 AM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo ; Iremonger, > Bernard ; Lu, Wenzhuo > > Subject: [PATCH v2] app/testpmd: fix DCB config issue >=20 > An issue is found that DCB cannot be configured on ixgbe NICs. It's said = the > TX queue number is not right. > On ixgbe the max TX queue number is not fixed, it depends on the multi- > queue mode. >=20 > This patch adds the device configuration before getting info in the DCB > configuration process. So the right info can be got depending on the > configuration. >=20 > Fixes: 1a572499beb6 (app/testpmd: setup DCB forwarding based on traffic > class) > Signed-off-by: Wenzhuo Lu Acked-by: Bernard Iremonger