]> 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)
commit0c332f76af81a8791be744d9da62ec2564139554
tree8bb7a94c993c7896097f9b568bd1618ebc087ee4
parentf7f0dc8cf543b7952c8cd6bc8e7d39175113fb0c
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