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

Function cmd_set_rxtx_sc_parsed

dpdk/app/test/commands.c:317–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315};
316
317static void
318cmd_set_rxtx_sc_parsed(void *parsed_result,
319 struct cmdline *cl,
320 __rte_unused void *data)
321{
322 struct cmd_set_rxtx_sc *res = parsed_result;
323 if (test_set_rxtx_sc(res->type) < 0)
324 cmdline_printf(cl, "Cannot find such stream control\n");
325}
326
327cmdline_parse_token_string_t cmd_set_rxtx_sc_set =
328 TOKEN_STRING_INITIALIZER(struct cmd_set_rxtx_sc, set,

Callers

nothing calls this directly

Calls 2

test_set_rxtx_scFunction · 0.85
cmdline_printfFunction · 0.85

Tested by

no test coverage detected