From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v9] app/testpmd: fix DCB configuration Date: Mon, 07 Nov 2016 16:56:47 +0100 Message-ID: <1760359.TulQL41Mpd@xps13> References: <1477996609-19629-1-git-send-email-bernard.iremonger@intel.com> <1478194538-19337-1-git-send-email-bernard.iremonger@intel.com> <9BB6961774997848B5B42BEC655768F80E29923C@SHSMSX103.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Wu, Jingjing" , "Shah, Rahul R" , "Lu, Wenzhuo" To: "Iremonger, Bernard" Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 591D011C5 for ; Mon, 7 Nov 2016 16:56:49 +0100 (CET) Received: by mail-wm0-f54.google.com with SMTP id f82so127242983wmf.1 for ; Mon, 07 Nov 2016 07:56:49 -0800 (PST) In-Reply-To: <9BB6961774997848B5B42BEC655768F80E29923C@SHSMSX103.ccr.corp.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" > > Data Centre Bridge (DCB) configuration fails when SRIOV is enabled if nb_rxq > > or nb_txq are greater than nb_q_per_pool. > > > > The failure occurs during configuration of the ixgbe PMD when it is started, in > > the ixgbe_check_mq_mode function. > > > > Fixes: 2a977b891f99 ("app/testpmd: fix DCB configuration") > > > > Signed-off-by: Bernard Iremonger > > Acked-by: Jingjing Wu Applied, thanks