aboutsummaryrefslogtreecommitdiff
path: root/helper/cli.c
AgeCommit message (Expand)Author
2021-09-30helper: cli: allow user to provide own hostnameLifang Zhang
2021-09-30helper: cli: delete max_user_commands from struct cli_shm_tLifang Zhang
2021-09-30helper: cli: add odph_cli_param_t to cli_shm_tLifang Zhang
2021-09-30helper: cli: add new API function odph_cli_log_va()Lifang Zhang
2021-09-30helper: cli: don't create the server threadJere Leppänen
2021-09-30use odph_thread_param_init()Jere Leppänen
2021-09-30use odph_thread_common_param_init()Jere Leppänen
2021-06-01helper: cli: add user command functionsJere Leppänen
2021-06-01helper: cli: try to avoid closing reused file descriptorsJere Leppänen
2021-05-07helper: cli: add command "call odp_queue_print_all"Jere Leppänen
2021-05-07helper: cli: add command "call odp_cls_print_all"Jere Leppänen
2021-05-07helper: cli: remove "show" commandsJere Leppänen
2021-05-07helper: cli: fix odph_cli_start() error handlingJere Leppänen
2021-05-05helper: cli: direct prints to the CLI client instead of the logJere Leppänen
2021-02-23helper: add CLI helper API and implementationJere Leppänen