From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 21 Sep 2016 04:07:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,373,1470726000"; d="scan'208";a="882245905" Received: from rhorton-mobl.ger.corp.intel.com (HELO [163.33.228.56]) ([163.33.228.56]) by orsmga003.jf.intel.com with ESMTP; 21 Sep 2016 04:07:43 -0700 To: Bernard Iremonger , dev@dpdk.org, rahul.r.shah@intel.com, wenzhuo.lu@intel.com References: <1472202487-20119-1-git-send-email-bernard.iremonger@intel.com> From: Remy Horton Organization: Intel Shannon Limited Message-ID: <42d37b85-6c89-3fb4-dda6-97a9a30815f4@intel.com> Date: Wed, 21 Sep 2016 12:07:42 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <1472202487-20119-1-git-send-email-bernard.iremonger@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] 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, 21 Sep 2016 11:07:45 -0000 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