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)
commitd0c31df22c5770a8cd7560d3c45ae936430e1ebf
tree1ffb33b50d1d79b6aa3be0c8057bcfce96b086bb
parent7786a9969a1594d834ec55bc7ef8768909726170
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