MCPcopy Create free account
hub / github.com/F-Stack/f-stack / idpf_dev_xstats_reset

Function idpf_dev_xstats_reset

dpdk/drivers/net/idpf/idpf_ethdev.c:334–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334static int idpf_dev_xstats_reset(struct rte_eth_dev *dev)
335{
336 idpf_dev_stats_reset(dev);
337 return 0;
338}
339
340static int idpf_dev_xstats_get(struct rte_eth_dev *dev,
341 struct rte_eth_xstat *xstats, unsigned int n)

Callers

nothing calls this directly

Calls 1

idpf_dev_stats_resetFunction · 0.85

Tested by

no test coverage detected