From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/i40e: fix wrong TC bitmap of VEB Date: Mon, 20 Feb 2017 14:36:32 +0000 Message-ID: <9bd6da6a-e9ef-4ece-661f-34a9a96d2cc4@intel.com> References: <1487215757-78543-1-git-send-email-wenzhuo.lu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: stable@dpdk.org To: Wenzhuo Lu , dev@dpdk.org Return-path: In-Reply-To: <1487215757-78543-1-git-send-email-wenzhuo.lu@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 2/16/2017 3:29 AM, Wenzhuo Lu wrote: > When setting up the VEB, default TC bitmap is used. > But after setting the default TC bitmap, it's not > stored. So when we're trying to get the enabled TCs > on the VEB, it's always wrong. > > Fixes: 5135f3ca49a7 ("i40e: enable DCB in VMDQ VSIs") > CC: stable@dpdk.org > > Signed-off-by: Wenzhuo Lu Applied to dpdk-next-net/master, thanks.