[PATCH net 0/4] net: hns3: fixes for -net
From: Huazhong Tan <hidden>
Date: 2020-03-12 07:12:26
Also in:
lkml
From: Huazhong Tan <hidden>
Date: 2020-03-12 07:12:26
Also in:
lkml
This series includes several bugfixes for the HNS3 ethernet driver. [patch 1] fixes an "tc qdisc del" failure. [patch 2] fixes SW & HW VLAN table not consistent issue. [patch 3] fixes a RMW issue related to VLAN filter switch. [patch 4] clears port based VLAN when uploading PF. Jian Shen (3): net: hns3: fix VF VLAN table entries inconsistent issue net: hns3: fix RMW issue for VLAN filter switch net: hns3: clear port base VLAN when unload PF Yonglong Liu (1): net: hns3: fix "tc qdisc del" failed issue drivers/net/ethernet/hisilicon/hns3/hclge_mbx.h | 1 + drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 2 +- .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 43 ++++++++++++++++++++-- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c | 1 + .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 3 ++ 5 files changed, 45 insertions(+), 5 deletions(-) -- 2.7.4