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

Function xstats_get_count

dpdk/lib/rawdev/rte_rawdev.c:262–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262static int
263xstats_get_count(uint16_t dev_id)
264{
265 struct rte_rawdev *dev = &rte_rawdevs[dev_id];
266
267 if (*dev->dev_ops->xstats_get_names == NULL)
268 return -ENOTSUP;
269 return (*dev->dev_ops->xstats_get_names)(dev, NULL, 0);
270}
271
272int
273rte_rawdev_xstats_names_get(uint16_t dev_id,

Callers 2

handle_dev_xstatsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected