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

Function cmd_start_parsed

dpdk/app/test-pmd/cmdline.c:6568–6573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6566 TOKEN_STRING_INITIALIZER(struct cmd_start_result, start, "start");
6567
6568static void cmd_start_parsed(__rte_unused void *parsed_result,
6569 __rte_unused struct cmdline *cl,
6570 __rte_unused void *data)
6571{
6572 start_packet_forwarding(0);
6573}
6574
6575static cmdline_parse_inst_t cmd_start = {
6576 .f = cmd_start_parsed,

Callers

nothing calls this directly

Calls 1

start_packet_forwardingFunction · 0.85

Tested by

no test coverage detected