commit | 92f85f05caa51d844af6ea14ffbc7a786446a644 | [log] [tgz] |
---|---|---|
author | Mintz, Yuval <Yuval.Mintz@cavium.com> | Fri Jun 09 17:17:01 2017 +0300 |
committer | David S. Miller <davem@davemloft.net> | Sat Jun 10 16:02:54 2017 -0400 |
tree | b703ca66aedb250f1a85df08f1b254e2137ec512 | |
parent | f6d4c7133257bb2d6f66723d11b19f1c49cdf2f7 [diff] |
bnx2x: Allow vfs to disable txvlan offload VF clients are configured as enforced, meaning firmware is validating the correctness of their ethertype/vid during transmission. Once txvlan is disabled, VF would start getting SKBs for transmission here vlan is on the payload - but it'll pass the packet's ethertype instead of the vid, leading to firmware declaring it as malicious. Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>