commit | 08feecd7fc709077ce92d21a979f522a5f57170a | [log] [tgz] |
---|---|---|
author | Yuval Mintz <Yuval.Mintz@qlogic.com> | Wed May 11 16:36:20 2016 +0300 |
committer | David S. Miller <davem@davemloft.net> | Thu May 12 00:04:07 2016 -0400 |
tree | 69859bb077bbca39d56b4d00369741cd16adc615 | |
parent | fefb0202cc5c12172abba78a8404e69c6d82d680 [diff] |
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>