From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 90055378E for ; Mon, 26 Oct 2015 08:39:08 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 26 Oct 2015 00:38:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,200,1444719600"; d="scan'208";a="588004402" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by FMSMGA003.fm.intel.com with ESMTP; 26 Oct 2015 00:38:57 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 26 Oct 2015 00:38:55 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.194]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.47]) with mapi id 14.03.0248.002; Mon, 26 Oct 2015 15:38:54 +0800 From: "Wu, Jingjing" To: "Liu, Jijiang" , "dev@dpdk.org" Thread-Topic: [PATCH 7/8] i40e: get_dcb_info ops implement Thread-Index: AQHQ9o7LoSn/UYCAX0SEsLsmkQ+X3J52vjOAgAbMI7A= Date: Mon, 26 Oct 2015 07:38:53 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F8D08365@SHSMSX104.ccr.corp.intel.com> References: <1443074591-19803-1-git-send-email-jingjing.wu@intel.com> <1443074591-19803-8-git-send-email-jingjing.wu@intel.com> <1ED644BD7E0A5F4091CF203DAFB8E4CC22BC1D9D@SHSMSX101.ccr.corp.intel.com> In-Reply-To: <1ED644BD7E0A5F4091CF203DAFB8E4CC22BC1D9D@SHSMSX101.ccr.corp.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 Cc: "Pei, Yulong" Subject: Re: [dpdk-dev] [PATCH 7/8] i40e: get_dcb_info ops implement 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: Mon, 26 Oct 2015 07:39:09 -0000 > -----Original Message----- > From: Liu, Jijiang > Sent: Thursday, October 22, 2015 3:10 PM > To: Wu, Jingjing; dev@dpdk.org > Cc: Zhang, Helin; Tao, Zhe; Pei, Yulong > Subject: RE: [PATCH 7/8] i40e: get_dcb_info ops implement >=20 >=20 >=20 > > -----Original Message----- > > From: Wu, Jingjing > > Sent: Thursday, September 24, 2015 2:03 PM > > To: dev@dpdk.org > > Cc: Wu, Jingjing; Liu, Jijiang; Zhang, Helin; Tao, Zhe; Pei, Yulong > > Subject: [PATCH 7/8] i40e: get_dcb_info ops implement > > > > This patch implements the get_dcb_info ops in i40e driver. > > > > Signed-off-by: Jingjing Wu > > --- > > drivers/net/i40e/i40e_ethdev.c | 42 > > ++++++++++++++++++++++++++++++++++++++++++ > > 1 file changed, 42 insertions(+) > > >=20 > If there are some command lines in testpmd to get DCB information, that = is > great. Yes. Will think about it in V2 patch. Thanks. Jingjing=20