From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH] net/ixgbe: fix PF DCB info Date: Tue, 24 Oct 2017 10:42:39 -0700 Message-ID: References: <1508741037-176279-1-git-send-email-wei.dai@intel.com> <9BB6961774997848B5B42BEC655768F810E9FCBB@SHSMSX103.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" , "stable@dpdk.org" To: "Wu, Jingjing" , "Dai, Wei" , "Lu, Wenzhuo" , "Ananyev, Konstantin" Return-path: In-Reply-To: <9BB6961774997848B5B42BEC655768F810E9FCBB@SHSMSX103.ccr.corp.intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/23/2017 7:50 PM, Wu, Jingjing wrote: > > >> -----Original Message----- >> From: Dai, Wei >> Sent: Monday, October 23, 2017 2:44 PM >> To: Lu, Wenzhuo ; Ananyev, Konstantin >> ; Wu, Jingjing >> Cc: dev@dpdk.org; Dai, Wei ; stable@dpdk.org >> Subject: [PATCH] net/ixgbe: fix PF DCB info >> >> When SRIOV is active, the function ixgbe_dev_get_dcb_info( ) should return the >> DCB traffic class info of its own queues, not including any DCB info of the >> queues of any its VF. >> When VMDQ is active, all queues are belonged to the PF, the function >> ixgbe_dev_get_dcb_info can return DCB info of all queues. >> >> Fixes: 89d6728c7837 ("ethdev: get DCB information") >> Cc: stable@dpdk.org >> >> Signed-off-by: Wei Dai > Reviewed-by: Jingjing Wu Applied to dpdk-next-net/master, thanks.