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

Function cmd_start_tx_first_parsed

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

Source from the content-addressed store, hash-verified

6589};
6590
6591static void
6592cmd_start_tx_first_parsed(__rte_unused void *parsed_result,
6593 __rte_unused struct cmdline *cl,
6594 __rte_unused void *data)
6595{
6596 start_packet_forwarding(1);
6597}
6598
6599static cmdline_parse_token_string_t cmd_start_tx_first_start =
6600 TOKEN_STRING_INITIALIZER(struct cmd_start_tx_first_result, start,

Callers

nothing calls this directly

Calls 1

start_packet_forwardingFunction · 0.85

Tested by

no test coverage detected