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

Function parse_eventdev_device_xstats_params

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

Source from the content-addressed store, hash-verified

305}
306
307static int
308parse_eventdev_device_xstats_params(const char *list)
309{
310 int evdev_id = parse_eventdev_id(list);
311
312 if (evdev_id < 0)
313 return -EINVAL;
314
315 eventdev_var[evdev_id].shw_device_xstats = 1;
316
317 return 0;
318}
319
320static int
321parse_eventdev_queue_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