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

Function parse_eventdev_reset_xstats_params

dpdk/app/proc-info/main.c:294–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292}
293
294static int
295parse_eventdev_reset_xstats_params(const char *list)
296{
297 int evdev_id = parse_eventdev_id(list);
298
299 if (evdev_id < 0)
300 return -EINVAL;
301
302 eventdev_var[evdev_id].reset_xstats = 1;
303
304 return 0;
305}
306
307static int
308parse_eventdev_device_xstats_params(const char *list)

Callers 1

proc_info_parse_argsFunction · 0.85

Calls 1

parse_eventdev_idFunction · 0.85

Tested by

no test coverage detected