From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id F198D6787 for ; Wed, 28 Oct 2015 03:04:47 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 27 Oct 2015 19:04:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,207,1444719600"; d="scan'208";a="836672022" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga002.jf.intel.com with ESMTP; 27 Oct 2015 19:04:46 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 27 Oct 2015 19:04:46 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.194]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.204]) with mapi id 14.03.0248.002; Wed, 28 Oct 2015 10:04:44 +0800 From: "Wu, Jingjing" To: "Liu, Jijiang" , "dev@dpdk.org" Thread-Topic: [PATCH 8/8] app/testpmd: set up DCB forwarding based on traffic class Thread-Index: AQHQ9o7JnpJGWXwaL0OxefQFvriNLJ5/0bGAgACJ2QA= Date: Wed, 28 Oct 2015 02:04:44 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F8D0AE50@SHSMSX104.ccr.corp.intel.com> References: <1443074591-19803-1-git-send-email-jingjing.wu@intel.com> <1443074591-19803-9-git-send-email-jingjing.wu@intel.com> <1ED644BD7E0A5F4091CF203DAFB8E4CC22BC3E9F@SHSMSX101.ccr.corp.intel.com> In-Reply-To: <1ED644BD7E0A5F4091CF203DAFB8E4CC22BC3E9F@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 8/8] app/testpmd: set up DCB forwarding based on traffic class 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, 28 Oct 2015 02:04:48 -0000 > -----Original Message----- > From: Liu, Jijiang > Sent: Wednesday, October 28, 2015 9:46 AM > To: Wu, Jingjing; dev@dpdk.org > Cc: Zhang, Helin; Tao, Zhe; Pei, Yulong > Subject: RE: [PATCH 8/8] app/testpmd: set up DCB forwarding based on > traffic class >=20 > > -} > These codes are removed, and how to guarantee DCB function of 82599 NIC > work normally? In this patch, the mapping relationship is not defined in testpmd. It can be queried by the rte_eth_dev_get_dcb_info API, and the forwarding Is setup based on TC. So DCB function of 82599 NIC in testpmd works too. Thanks Jingjing