Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
384
int
385
sw_xstats_uninit(struct sw_evdev *sw)
386
{
387
rte_free(sw->xstats);
388
sw->xstats_count = 0;
389
return 0;
390
}
391
392
int
393
sw_xstats_get_names(const struct rte_eventdev *dev,
Callers
1
sw_stop
Function · 0.85
Calls
1
rte_free
Function · 0.85
Tested by
no test coverage detected