]> git.droids-corp.org - dpdk.git/commitdiff
net/hns3: remove redundant stats reset
authorHao Chen <chenhao164@huawei.com>
Sat, 21 Dec 2019 10:32:50 +0000 (18:32 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 17 Jan 2020 18:46:01 +0000 (19:46 +0100)
This patch removes the redundant statement calling hns3_stats_reset()
to clear statistical information explicitly in the initialization of
VF device, because hardware has been reset by FLR in the initialization
and the initial hardware and software statistics values are 0.

Signed-off-by: Hao Chen <chenhao164@huawei.com>
Signed-off-by: Wei Hu (Xavier) <xavier.huwei@huawei.com>
drivers/net/hns3/hns3_ethdev_vf.c

index b5f3e9a867847d8ad07bb3e6d3f6614d09bc0ab6..92ed32631a9f3a854121ec821fc836f7db6ac753 100644 (file)
@@ -1167,7 +1167,6 @@ hns3vf_init_vf(struct rte_eth_dev *eth_dev)
 
        hns3_set_default_rss_args(hw);
 
-       (void)hns3_stats_reset(eth_dev);
        return 0;
 
 err_get_config: