]> git.baikalelectronics.ru Git - kernel.git/commit
net: hns3: Remove repeat statistic of rx_errors
authorJian Shen <shenjian15@huawei.com>
Fri, 5 Jan 2018 10:18:09 +0000 (18:18 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Jan 2018 19:06:17 +0000 (14:06 -0500)
commit5f7d35d3295e749a630cbf9f46289867ead34d5a
tree349876ae46088da3432f2d6f2aeb739462b1804f
parent54be9347af92bf4ea9d5ab67906b2d74ac5c255f
net: hns3: Remove repeat statistic of rx_errors

The igu_rx_err_pkt indicates the same error with
mac_rx_fcs_err_pkt_num, so remove it.

Fixes: 575d84053c84 ("net: hns3: Add HNS3 Acceleration Engine & Compatibility Layer Support")
Signed-off-by: Jian Shen <shenjian15@huawei.com>
Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c