]> git.baikalelectronics.ru Git - kernel.git/commit
net: hns3: Fix for rx vlan id handle to support Rev 0x21 hardware
authorJian Shen <shenjian15@huawei.com>
Fri, 5 Oct 2018 17:03:29 +0000 (18:03 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 5 Oct 2018 19:01:55 +0000 (12:01 -0700)
commit964073051ebf5c760bc2fa92b39818f79eff2b8b
tree5027f5b943730da126b3dfcd79423e21597375df
parent3164c409ca6f9f9ea87b40c332dc70df556cadd5
net: hns3: Fix for rx vlan id handle to support Rev 0x21 hardware

In revision 0x20, we use vlan id != 0 to check whether a vlan tag
has been offloaded, so vlan id 0 is not supported.

In revision 0x21, rx buffer descriptor adds two bits to indicate
whether one or more vlan tags have been offloaded, so vlan id 0
is valid now.

This patch seperates the handle for vlan id 0, add vlan id 0 support
for revision 0x21.

Fixes: ac73085dd8df ("net: hns3: Add STRP_TAGP field support for hardware revision 0x21")
Signed-off-by: Jian Shen <shenjian15@huawei.com>
Signed-off-by: Salil Mehta <salil.mehta@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c