| 454 | } |
| 455 | |
| 456 | void cmd_quit_parsed(__rte_unused void *parsed_result, |
| 457 | struct cmdline *cl, |
| 458 | __rte_unused void *data) |
| 459 | { |
| 460 | vdpa_sample_quit(); |
| 461 | cmdline_quit(cl); |
| 462 | } |
| 463 | |
| 464 | int |
| 465 | main(int argc, char *argv[]) |
nothing calls this directly
no test coverage detected