From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v7] net/ixgbe: support multiqueue mode VMDq DCB with SRIOV Date: Wed, 26 Oct 2016 16:41:00 +0100 Message-ID: <20161026154059.GA42064@bricha3-MOBL3.ger.corp.intel.com> References: <1477414269-27156-3-git-send-email-bernard.iremonger@intel.com> <1477495720-21590-1-git-send-email-bernard.iremonger@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Bernard Iremonger Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 55689BD1D for ; Wed, 26 Oct 2016 17:41:03 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1477495720-21590-1-git-send-email-bernard.iremonger@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" On Wed, Oct 26, 2016 at 04:28:40PM +0100, Bernard Iremonger wrote: > The folowing changes have been made to allow Data Centre Bridge > (DCB) configuration when SRIOV is enabled. > > Modify ixgbe_check_mq_mode function, > when SRIOV is enabled, enable mq_mode > ETH_MQ_RX_VMDQ_DCB and ETH_MQ_TX_VMDQ_DCB. > > Modify ixgbe_dcb_tx_hw_config function, > replace the struct ixgbe_hw parameter with a > struct rte_eth_dev parameter and handle SRIOV enabled. > > Modify ixgbe_dev_mq_rx_configure function, > when SRIOV is enabled, enable mq_mode ETH_MQ_RX_VMDQ_DCB. > > Modify ixgbe_configure_dcb function, > revise check on dev->data->nb_rx_queues. > > Signed-off-by: Rahul R Shah > Signed-off-by: Bernard Iremonger > Acked-by: Wenzhuo Lu Applied to dpdk-next-net/rel_16_11 with commit message cut down to just the high-level functional change. /Bruce