From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 1145C6CD3 for ; Thu, 20 Oct 2016 03:24:42 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP; 19 Oct 2016 18:24:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,516,1473145200"; d="scan'208";a="774801705" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by FMSMGA003.fm.intel.com with ESMTP; 19 Oct 2016 18:24:41 -0700 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 19 Oct 2016 18:24:41 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 19 Oct 2016 18:24:41 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.206]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.104]) with mapi id 14.03.0248.002; Thu, 20 Oct 2016 09:24:38 +0800 From: "Lu, Wenzhuo" To: "Iremonger, Bernard" , "dev@dpdk.org" , "Shah, Rahul R" Thread-Topic: [PATCH v5 1/2] net/ixgbe: support multiqueue mode VMDq DCB with SRIOV Thread-Index: AQHSKfKPAGYqiapE5UeNSTNIlZFyAqCwjT0A Date: Thu, 20 Oct 2016 01:24:38 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093933D3F6@shsmsx102.ccr.corp.intel.com> References: <1476723683-9601-1-git-send-email-bernard.iremonger@intel.com> <1476872471-23362-2-git-send-email-bernard.iremonger@intel.com> In-Reply-To: <1476872471-23362-2-git-send-email-bernard.iremonger@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v5 1/2] 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: Thu, 20 Oct 2016 01:24:43 -0000 Hi, > -----Original Message----- > From: Iremonger, Bernard > Sent: Wednesday, October 19, 2016 6:21 PM > To: dev@dpdk.org; Shah, Rahul R; Lu, Wenzhuo > Cc: Iremonger, Bernard > Subject: [PATCH v5 1/2] net/ixgbe: support multiqueue mode VMDq DCB with > SRIOV >=20 > Modify ixgbe_check_mq_mode function, > when SRIOV is enabled, enable mq_mode > ETH_MQ_RX_VMDQ_DCB and ETH_MQ_TX_VMDQ_DCB. >=20 > Modify ixgbe_dcb_tx_hw_config function, > replace the struct ixgbe_hw parameter with a struct rte_eth_dev parameter= and > handle SRIOV enabled. >=20 > Modify ixgbe_dev_mq_rx_configure function, when SRIOV is enabled, enable > mq_mode ETH_MQ_RX_VMDQ_DCB. >=20 > Modify ixgbe_configure_dcb function, > drop check on dev->data->nb_rx_queues. >=20 > Signed-off-by: Rahul R Shah > Signed-off-by: Bernard Iremonger Acked-by: Wenzhuo Lu