]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
committerSeth Forshee <seth.forshee@canonical.com>
Fri, 16 Mar 2018 15:47:20 +0000 (10:47 -0500)
commit8710754af1b7d578c54ebb2e1e0bddb4f42a66d6
treed08c264c496fd86349651dd5eda265856dcf9d8c
parentf3426583fbd7e3affae3098f5949f4dce305cfe8
net: hns3: Remove repeat statistic of rx_errors

BugLink: http://bugs.launchpad.net/bugs/1756097
The igu_rx_err_pkt indicates the same error with
mac_rx_fcs_err_pkt_num, so remove it.

Fixes: 46a3df9f9718 ("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>
(cherry picked from commit 7ea5cbdc66097f501398ef4810f0c94f4120647f)
Signed-off-by: Manoj Iyer <manoj.iyer@canonical.com>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c