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

Function cmd_set_rxtx_parsed

dpdk/app/test/commands.c:246–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244};
245
246static void cmd_set_rxtx_parsed(void *parsed_result, struct cmdline *cl,
247 __rte_unused void *data)
248{
249 struct cmd_set_rxtx_result *res = parsed_result;
250 if (test_set_rxtx_conf(res->mode) < 0)
251 cmdline_printf(cl, "Cannot find such mode\n");
252}
253
254cmdline_parse_token_string_t cmd_set_rxtx_set =
255 TOKEN_STRING_INITIALIZER(struct cmd_set_rxtx_result, set,

Callers

nothing calls this directly

Calls 2

test_set_rxtx_confFunction · 0.85
cmdline_printfFunction · 0.85

Tested by

no test coverage detected