]> 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)
commit25f347a1200d5679f877f74ec41b7aa1c5022636
tree1ffb33b50d1d79b6aa3be0c8057bcfce96b086bb
parentd48c037d3faf8992fc308f78c5cf0a4a8fdde255
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