| 315 | }; |
| 316 | |
| 317 | static void |
| 318 | cmd_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 | |
| 327 | cmdline_parse_token_string_t cmd_set_rxtx_sc_set = |
| 328 | TOKEN_STRING_INITIALIZER(struct cmd_set_rxtx_sc, set, |
nothing calls this directly
no test coverage detected