net/ixgbe: add VLAN info in queue info msg to VF
authorWei Dai <wei.dai@intel.com>
Mon, 21 Aug 2017 06:21:09 +0000 (14:21 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 6 Oct 2017 00:49:47 +0000 (02:49 +0200)
commit2ce718e809eb898344f679822ccb974cd977b8a6
treec80291aa524baf7b21585bcec1dedaaca38a43f5
parent9ed3f38770c64838e0fb6446644583273c268251
net/ixgbe: add VLAN info in queue info msg to VF

This patch is to align with PF kernel 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: Wei Dai <wei.dai@intel.com>
drivers/net/ixgbe/ixgbe_pf.c