]> git.baikalelectronics.ru Git - kernel.git/commit
bnx2x: add missing configuration of VF VLAN filters
authorMichal Schmidt <mschmidt@redhat.com>
Fri, 3 Mar 2017 16:08:34 +0000 (17:08 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Mar 2017 21:47:15 +0000 (13:47 -0800)
commitf90f1571caaf645ddb1bd4edd0fd5d5f74f954b0
tree8bb7a94c993c7896097f9b568bd1618ebc087ee4
parentbbcf1cc9c2f80449c679bd12a493cdc97b1a845b
bnx2x: add missing configuration of VF VLAN filters

Configuring VLANs from the VF side had no effect, because the PF ignored
filters of type VFPF_VLAN_FILTER in the VF-PF message.

Add the missing filter type to configure.

Signed-off-by: Michal Schmidt <mschmidt@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c