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

Function sw_xstats_uninit

dpdk/drivers/event/sw/sw_evdev_xstats.c:384–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382}
383
384int
385sw_xstats_uninit(struct sw_evdev *sw)
386{
387 rte_free(sw->xstats);
388 sw->xstats_count = 0;
389 return 0;
390}
391
392int
393sw_xstats_get_names(const struct rte_eventdev *dev,

Callers 1

sw_stopFunction · 0.85

Calls 1

rte_freeFunction · 0.85

Tested by

no test coverage detected