From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/testpmd: fix DCB config issue on ixgbe Date: Fri, 23 Sep 2016 20:24:56 +0200 Message-ID: <2109155.CD2UYYFa7q@xps13> References: <1470374429-14848-1-git-send-email-wenzhuo.lu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Wenzhuo Lu , pablo.de.lara.guarch@intel.com Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 256B36CA8 for ; Fri, 23 Sep 2016 20:25:02 +0200 (CEST) Received: by mail-wm0-f53.google.com with SMTP id l132so44407061wmf.1 for ; Fri, 23 Sep 2016 11:25:02 -0700 (PDT) In-Reply-To: <1470374429-14848-1-git-send-email-wenzhuo.lu@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" What is the status of this patch? 2016-08-05 13:20, Wenzhuo Lu: > 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. > > 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. > > Fixes: 96c0450dff86 (ixgbe: fix dropping packets from unsupported Tx queues) > Signed-off-by: Wenzhuo Lu