From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 989851B199; Tue, 24 Oct 2017 19:42:41 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Oct 2017 10:42:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,428,1503385200"; d="scan'208";a="166536332" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.225.60]) ([10.241.225.60]) by fmsmga005.fm.intel.com with ESMTP; 24 Oct 2017 10:42:39 -0700 To: "Wu, Jingjing" , "Dai, Wei" , "Lu, Wenzhuo" , "Ananyev, Konstantin" Cc: "dev@dpdk.org" , "stable@dpdk.org" References: <1508741037-176279-1-git-send-email-wei.dai@intel.com> <9BB6961774997848B5B42BEC655768F810E9FCBB@SHSMSX103.ccr.corp.intel.com> From: Ferruh Yigit Message-ID: Date: Tue, 24 Oct 2017 10:42:39 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <9BB6961774997848B5B42BEC655768F810E9FCBB@SHSMSX103.ccr.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] net/ixgbe: fix PF DCB info X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Oct 2017 17:42:42 -0000 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.