From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 07D5A7D42; Wed, 23 Aug 2017 12:21:21 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Aug 2017 03:21:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,416,1498546800"; d="scan'208";a="121837167" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by orsmga004.jf.intel.com with ESMTP; 23 Aug 2017 03:21:19 -0700 To: Wei Dai , wenzhuo.lu@intel.com, konstantin.ananyev@intel.com Cc: dev@dpdk.org, stable@dpdk.org References: <1503301805-50948-1-git-send-email-wei.dai@intel.com> From: Ferruh Yigit Message-ID: <1ce1187e-5d78-62a0-2491-ca9f0f59fce8@intel.com> Date: Wed, 23 Aug 2017 11:21:18 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <1503301805-50948-1-git-send-email-wei.dai@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 mapping of user priority to 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: Wed, 23 Aug 2017 10:21:22 -0000 On 8/21/2017 8:50 AM, Wei Dai wrote: > This patch fixes the mapping of user priority to traffic class > in Rx/Tx path of DCB configuration. Each DCB traffic class > should include all user priorities mapping to it in both Rx and > Tx path. > > Fixes: 0807f80d35d0 ("ixgbe: DCB / flow control") > Cc: stable@dpdk.org > > Signed-off-by: Wei Dai Applied to dpdk-next-net/master, thanks.