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

Function print_invalid_socket_id_error

dpdk/app/test-pmd/parameters.c:283–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283static void
284print_invalid_socket_id_error(void)
285{
286 unsigned int i = 0;
287
288 fprintf(stderr, "Invalid socket id, options are: ");
289 for (i = 0; i < num_sockets; i++) {
290 fprintf(stderr, "%u%s", socket_ids[i],
291 (i == num_sockets - 1) ? "\n" : ",");
292 }
293}
294
295static int
296parse_portnuma_config(const char *q_arg)

Callers 3

parse_portnuma_configFunction · 0.85
parse_ringnuma_configFunction · 0.85
launch_args_parseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected