]> git.baikalelectronics.ru Git - kernel.git/commit
net: hns3: remove VF VLAN filter entry inexistent warning print
authorJian Shen <shenjian15@huawei.com>
Thu, 20 Jun 2019 08:52:36 +0000 (16:52 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Jun 2019 15:59:01 +0000 (11:59 -0400)
commit0f3286b9372426e4ca4d5db657bef7cc768943d5
tree1ffb33b50d1d79b6aa3be0c8057bcfce96b086bb
parent4551e2b848844eda697a5c24420517ab4a9f9c2e
net: hns3: remove VF VLAN filter entry inexistent warning print

For VF VLAN filter is disabled when VF VLAN table is full, then the
new VLAN ID won't be added into VF VLAN table, it will always print
fail log when remove these VLAN IDs. If user has added too many
VLANs, it will cause massive verbose print logs.

Signed-off-by: Jian Shen <shenjian15@huawei.com>
Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c