commit | 59359fc8a2f7af062777692e6a7aae73483729ec | [log] [tgz] |
---|---|---|
author | Jian Shen <shenjian15@huawei.com> | Thu Mar 12 15:11:06 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 12 11:38:26 2020 -0700 |
tree | 2b31e51f4f450877f82a6c3dc9f29ddeccf94512 | |
parent | 903b85d3adce99a5301d5959c4d3c9d14a7974d4 [diff] |
net: hns3: clear port base VLAN when unload PF Currently, PF missed to clear the port base VLAN for VF when unload. In this case, the VLAN id will remain in the VLAN table. This patch fixes it. Fixes: 92f11ea177cd ("net: hns3: fix set port based VLAN issue for VF") Signed-off-by: Jian Shen <shenjian15@huawei.com> Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>