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

Function parse_eventdev_dump_xstats_params

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

Source from the content-addressed store, hash-verified

279}
280
281static int
282parse_eventdev_dump_xstats_params(const char *list)
283{
284 int evdev_id = parse_eventdev_id(list);
285
286 if (evdev_id < 0)
287 return -EINVAL;
288
289 eventdev_var[evdev_id].dump_xstats = 1;
290
291 return 0;
292}
293
294static int
295parse_eventdev_reset_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