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 55689BD1D for ; Wed, 26 Oct 2016 17:41:03 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP; 26 Oct 2016 08:41:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,551,1473145200"; d="scan'208";a="23947410" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.210.150]) by fmsmga005.fm.intel.com with SMTP; 26 Oct 2016 08:41:00 -0700 Received: by (sSMTP sendmail emulation); Wed, 26 Oct 2016 16:41:00 +0100 Date: Wed, 26 Oct 2016 16:41:00 +0100 From: Bruce Richardson To: Bernard Iremonger 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 Content-Disposition: inline In-Reply-To: <1477495720-21590-1-git-send-email-bernard.iremonger@intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.7.1 (2016-10-04) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v7] net/ixgbe: support multiqueue mode VMDq DCB with SRIOV 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, 26 Oct 2016 15:41:03 -0000 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