Re: [dpdk-dev] [PATCH] net/i40e: fix wrong TC bitmap of VEB

2017-02-20 Thread Ferruh Yigit
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: s

[dpdk-dev] [PATCH] net/i40e: fix wrong TC bitmap of VEB

2017-02-15 Thread Wenzhuo Lu
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: sta...@dpdk.org Signed-off-by: Wenzhuo Lu --- driver