From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id DC838D018; Fri, 24 Mar 2017 17:15:24 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490372125; x=1521908125; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=fdSXZJyEQL0RFgIOu2OcliXPIk1pkMN/7L/XP3rKXY0=; b=skIGKYasqW23sYp+52/ldQTdfGOJcDUXZhHuYJ9hzdwiTHNHuxrNgLww bBCpuFDs35m+diVVEKpHZVtt5rGG3w==; Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Mar 2017 09:15:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,215,1486454400"; d="scan'208";a="1126727784" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga001.fm.intel.com with ESMTP; 24 Mar 2017 09:15:21 -0700 To: Wenzhuo Lu , dev@dpdk.org References: <1490323863-47399-1-git-send-email-wenzhuo.lu@intel.com> Cc: stable@dpdk.org From: Ferruh Yigit Message-ID: Date: Fri, 24 Mar 2017 16:15:21 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1490323863-47399-1-git-send-email-wenzhuo.lu@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH] net/ixgbe: fix TC bandwidth setting X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Mar 2017 16:15:25 -0000 On 3/24/2017 2:51 AM, Wenzhuo Lu wrote: > 4 and 8 TCs are supported on ixgbe. By default there're > 8 TCs. So when initializing the device, the bandwidth for > 8 TCs is set. > When changing the TC number, it's only considered setting > the bandwidth for 4 TCs. If the user change the number > from 4 to 8, the TCs' bandwidth is not right. > > Fixes: 0807f80d35d0 (ixgbe: DCB / flow control) > CC: stable@dpdk.org > > Signed-off-by: Wenzhuo Lu Applied to dpdk-next-net/master, thanks.