Re: [dpdk-dev] [PATCH] net/ixgbe: add VLAN info in queue info msg to VF

2017-08-22 Thread Ferruh Yigit
On 8/21/2017 7:21 AM, Wei Dai wrote: > This patch align with PF kerenl driver version 5.1.3 to add the > number of queues to transmit VLAN packets in msg of queue info > to VF. If DCB is enabled, it is the number of DCB traffic > classes. If DCB is not enabled and default VLAN is enabled, > it is

[dpdk-dev] [PATCH] net/ixgbe: add VLAN info in queue info msg to VF

2017-08-20 Thread Wei Dai
This patch align with PF kerenl driver version 5.1.3 to add the number of queues to transmit VLAN packets in msg of queue info to VF. If DCB is enabled, it is the number of DCB traffic classes. If DCB is not enabled and default VLAN is enabled, it is 1, For other cases, it is 0. Signed-off-by: We