From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id D3CD61B6F2; Tue, 24 Oct 2017 04:50:13 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP; 23 Oct 2017 19:50:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,424,1503385200"; d="scan'208";a="164096020" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga005.jf.intel.com with ESMTP; 23 Oct 2017 19:50:12 -0700 Received: from fmsmsx122.amr.corp.intel.com (10.18.125.37) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 23 Oct 2017 19:50:12 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx122.amr.corp.intel.com (10.18.125.37) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 23 Oct 2017 19:50:12 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.213]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.159]) with mapi id 14.03.0319.002; Tue, 24 Oct 2017 10:50:00 +0800 From: "Wu, Jingjing" To: "Dai, Wei" , "Lu, Wenzhuo" , "Ananyev, Konstantin" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH] net/ixgbe: fix PF DCB info Thread-Index: AQHTS8pZb1k24T0/EEW+ybH2w0FpGKLyTdZw Date: Tue, 24 Oct 2017 02:50:00 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810E9FCBB@SHSMSX103.ccr.corp.intel.com> References: <1508741037-176279-1-git-send-email-wei.dai@intel.com> In-Reply-To: <1508741037-176279-1-git-send-email-wei.dai@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] 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 02:50:14 -0000 > -----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 >=20 > When SRIOV is active, the function ixgbe_dev_get_dcb_info( ) should retur= n the > DCB traffic class info of its own queues, not including any DCB info of t= he > 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. >=20 > Fixes: 89d6728c7837 ("ethdev: get DCB information") > Cc: stable@dpdk.org >=20 > Signed-off-by: Wei Dai Reviewed-by: Jingjing Wu