From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 0B290101B; Tue, 24 Oct 2017 04:48:36 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Oct 2017 19:48:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,424,1503385200"; d="scan'208";a="166222831" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga005.fm.intel.com with ESMTP; 23 Oct 2017 19:48:36 -0700 Received: from fmsmsx122.amr.corp.intel.com (10.18.125.37) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 23 Oct 2017 19:48:36 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) 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:48:35 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.213]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.93]) with mapi id 14.03.0319.002; Tue, 24 Oct 2017 10:48:33 +0800 From: "Wu, Jingjing" To: "Dai, Wei" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH] app/testpmd: fix mapping of user priority to DCB TC Thread-Index: AQHTS9BAwK8Tl8EGg0+TDAKDZXO++qLyTWhw Date: Tue, 24 Oct 2017 02:48:33 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810E9FC8E@SHSMSX103.ccr.corp.intel.com> References: <1508743516-19376-1-git-send-email-wei.dai@intel.com> In-Reply-To: <1508743516-19376-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] app/testpmd: fix mapping of user priority to DCB TC 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:48:37 -0000 > -----Original Message----- > From: Dai, Wei > Sent: Monday, October 23, 2017 3:25 PM > To: Wu, Jingjing > Cc: dev@dpdk.org; Dai, Wei ; stable@dpdk.org > Subject: [PATCH] app/testpmd: fix mapping of user priority to DCB TC >=20 > When number of DCB traffic class is 4, user priority should be mapped to = traffic > class 0/1/2/3. >=20 > Fixes: cb60ede6e3b6 ("ethdev: rename DCB field in config structs") > Cc: stable@dpdk.org >=20 > Signed-off-by: Wei Dai Acked-by: Jingjing Wu