linux/drivers/net/ethernet/qlogic/qede
Yuval Mintz 08feecd7fc qed*: Support PVID configuration
This adds support for PF control over the VF vlan configuration.
I.e., `ip link ... vf <x> vlan <vid>' should now be supported.

 1. <vid> != 0 => VF receives [unknowingly] only traffic tagged by
    <vid> and tags all outgoing traffic sent by VF with <vid>.
 2. <vid> == 0 ==> Remove the pvid configuration, reverting to previous.

Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-05-12 00:04:07 -04:00
..
Makefile qede: Add basic ethtool support 2015-10-27 19:34:54 -07:00
qede_ethtool.c qede: Add VF support 2016-05-12 00:04:07 -04:00
qede_main.c qed*: Support PVID configuration 2016-05-12 00:04:07 -04:00
qede.h qede: Add VF support 2016-05-12 00:04:07 -04:00