From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Horton Subject: Re: [PATCH] net/ixgbe: support multiqueue mode VMDq DCB with SRIOV Date: Wed, 21 Sep 2016 12:07:42 +0100 Message-ID: <42d37b85-6c89-3fb4-dda6-97a9a30815f4@intel.com> References: <1472202487-20119-1-git-send-email-bernard.iremonger@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit To: Bernard Iremonger , dev@dpdk.org, rahul.r.shah@intel.com, wenzhuo.lu@intel.com Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 6F7BE914 for ; Wed, 21 Sep 2016 13:07:45 +0200 (CEST) In-Reply-To: <1472202487-20119-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 26/08/2016 10:08, Bernard Iremonger wrote: > modify ixgbe_dcb_tx_hw_config function. > modify ixgbe_dev_mq_rx_configure function. > modify ixgbe_configure_dcb function. > > Signed-off-by: Rahul R Shah > Signed-off-by: Bernard Iremonger > --- > drivers/net/ixgbe/ixgbe_ethdev.c | 9 ++++----- > drivers/net/ixgbe/ixgbe_rxtx.c | 37 +++++++++++++++++++++---------------- > 2 files changed, 25 insertions(+), 21 deletions(-) Acked-by: Remy Horton