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)
commit074aa6b679fb948bc78449e4ee54b1d4e76dcb23
tree56e5596a2b227f1091b69da8ceda50d441950d4e
parent8834849a9518db9cc79f5585ce15c4630ff0c0c9
net/hns3: remove redundant stats reset

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