commit | 7ea5cbdc66097f501398ef4810f0c94f4120647f | [log] [tgz] |
---|---|---|
author | Jian Shen <shenjian15@huawei.com> | Fri Jan 05 18:18:09 2018 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 08 14:06:17 2018 -0500 |
tree | 349876ae46088da3432f2d6f2aeb739462b1804f | |
parent | 200a88c69d26cafc00b1d4a729f19341a16734e8 [diff] |
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: 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>