null: remove useless memset
The stats area is already cleared before calling eth_stats_get(). Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
This commit is contained in:
parent
e6c8156f65
commit
8ade036008
@ -296,7 +296,6 @@ eth_stats_get(struct rte_eth_dev *dev, struct rte_eth_stats *igb_stats)
|
||||
return;
|
||||
|
||||
internal = dev->data->dev_private;
|
||||
memset(igb_stats, 0, sizeof(*igb_stats));
|
||||
num_stats = RTE_MIN((unsigned)RTE_ETHDEV_QUEUE_STAT_CNTRS,
|
||||
RTE_MIN(internal->nb_rx_queues,
|
||||
RTE_DIM(internal->rx_null_queues)));
|
||||
|
Loading…
Reference in New Issue
Block a user