Home
last modified time | relevance | path

Searched refs:cmdline_printf (Results 1 – 16 of 16) sorted by relevance

/dpdk/examples/vm_power_manager/
H A Dvm_power_cli.c68 cmdline_printf(cl, "VM: '%s', status = ", info.name); in cmd_show_vm_parsed()
70 cmdline_printf(cl, "ACTIVE\n"); in cmd_show_vm_parsed()
72 cmdline_printf(cl, "INACTIVE\n"); in cmd_show_vm_parsed()
73 cmdline_printf(cl, "Channels %u\n", info.num_channels); in cmd_show_vm_parsed()
75 cmdline_printf(cl, " [%u]: %s, status = ", i, in cmd_show_vm_parsed()
79 cmdline_printf(cl, "CONNECTED\n"); in cmd_show_vm_parsed()
82 cmdline_printf(cl, "DISCONNECTED\n"); in cmd_show_vm_parsed()
85 cmdline_printf(cl, "DISABLED\n"); in cmd_show_vm_parsed()
88 cmdline_printf(cl, "PROCESSING\n"); in cmd_show_vm_parsed()
91 cmdline_printf(cl, "UNKNOWN\n"); in cmd_show_vm_parsed()
[all …]
/dpdk/examples/multi_process/hotplug_mp/
H A Dcommands.c23 cmdline_printf(cl, in cmd_help_parsed()
82 cmdline_printf(cl, "list all etherdev\n"); in cmd_list_parsed()
87 cmdline_printf(cl, "%d\t%s\n", port_id, dev_name); in cmd_list_parsed()
123 cmdline_printf(cl, "cannot parse devargs\n"); in cmd_dev_attach_parsed()
128 cmdline_printf(cl, "attached device %s\n", da.name); in cmd_dev_attach_parsed()
130 cmdline_printf(cl, "failed to attached device %s\n", in cmd_dev_attach_parsed()
169 cmdline_printf(cl, "cannot parse devargs\n"); in cmd_dev_detach_parsed()
175 cmdline_printf(cl, "detached device %s\n", in cmd_dev_detach_parsed()
178 cmdline_printf(cl, "failed to detach device %s\n", in cmd_dev_detach_parsed()
/dpdk/examples/vm_power_manager/guest_cli/
H A Dvm_power_cli_guest.c198 cmdline_printf(cl, "Enabled core not found.\n"); in cmd_query_freq_list_parsed()
210 cmdline_printf(cl, "Invalid parameter provided.\n"); in cmd_query_freq_list_parsed()
232 cmdline_printf(cl, "Frequency of [%d] vcore is %d.\n", in cmd_query_freq_list_parsed()
236 cmdline_printf(cl, "Frequency of [%d] vcore is %d.\n", in cmd_query_freq_list_parsed()
308 cmdline_printf(cl, "Enabled core not found.\n"); in cmd_query_caps_list_parsed()
320 cmdline_printf(cl, "Invalid parameter provided.\n"); in cmd_query_caps_list_parsed()
336 cmdline_printf(cl, "Error during capabilities reception.\n"); in cmd_query_caps_list_parsed()
342 cmdline_printf(cl, "Capabilities of [%d] vcore are:" in cmd_query_caps_list_parsed()
349 cmdline_printf(cl, "Capabilities of [%d] vcore are:" in cmd_query_caps_list_parsed()
488 cmdline_printf(cl, "%s for sent policy received.\n", in send_policy()
[all …]
/dpdk/app/test-cmdline/
H A Dcommands.c63 cmdline_printf(cl, "Single word command parsed!\n"); in cmd_single_parsed()
94 cmdline_printf(cl, "Single long word command parsed!\n"); in cmd_single_long_parsed()
127 cmdline_printf(cl, "Autocomplete command 1 parsed!\n"); in cmd_autocomplete_1_parsed()
160 cmdline_printf(cl, "Autocomplete command 2 parsed!\n"); in cmd_autocomplete_2_parsed()
192 cmdline_printf(cl, "%u\n", result); in cmd_num_parsed()
223 cmdline_printf(cl, "Command 1 parsed!\n"); in cmd_ambig_1_parsed()
259 cmdline_printf(cl, "Command 2 parsed!\n"); in cmd_ambig_2_parsed()
299 cmdline_printf(cl, "History buffer size: %zu\n", in cmd_get_history_bufsize_parsed()
/dpdk/examples/cmdline/
H A Dcommands.c82 cmdline_printf(cl, "Object %s removed, ip=%s\n", in cmd_obj_del_show_parsed()
87 cmdline_printf(cl, "Object %s, ip=%s\n", in cmd_obj_del_show_parsed()
129 cmdline_printf(cl, "Object %s already exist\n", res->name); in cmd_obj_add_parsed()
137 cmdline_printf(cl, "mem error\n"); in cmd_obj_add_parsed()
151 cmdline_printf(cl, "Object %s added, ip=%s\n", in cmd_obj_add_parsed()
184 cmdline_printf(cl, in cmd_help_parsed()
/dpdk/examples/bond/
H A Dmain.c506 cmdline_printf(cl, in cmd_obj_send_parsed()
597 cmdline_printf(cl, in cmd_start_parsed()
630 cmdline_printf(cl, in cmd_help_parsed()
664 cmdline_printf(cl, in cmd_stop_parsed()
672 cmdline_printf(cl, in cmd_stop_parsed()
676 cmdline_printf(cl, in cmd_stop_parsed()
705 cmdline_printf(cl, in cmd_quit_parsed()
714 cmdline_printf(cl, in cmd_quit_parsed()
718 cmdline_printf(cl, in cmd_quit_parsed()
755 cmdline_printf(cl, in cmd_show_parsed()
[all …]
/dpdk/app/test/
H A Dcommands.c175 cmdline_printf(cl, "Cannot find ring\n"); in cmd_dump_one_parsed()
184 cmdline_printf(cl, "Cannot find mempool\n"); in cmd_dump_one_parsed()
249 cmdline_printf(cl, "Cannot find such mode\n"); in cmd_set_rxtx_parsed()
285 cmdline_printf(cl, "Cannot find such anchor\n"); in cmd_set_rxtx_anchor_parsed()
322 cmdline_printf(cl, "Cannot find such stream control\n"); in cmd_set_rxtx_sc_parsed()
H A Dtest_cmdline_lib.c223 cmdline_printf(NULL, "format"); in test_cmdline_fns()
/dpdk/lib/cmdline/
H A Dcmdline.c26 cmdline_printf(cl, "Ambiguous command\n"); in cmdline_valid_buffer()
28 cmdline_printf(cl, "Command not found\n"); in cmdline_valid_buffer()
30 cmdline_printf(cl, "Bad arguments\n"); in cmdline_valid_buffer()
120 cmdline_printf(const struct cmdline *cl, const char *fmt, ...) in cmdline_printf() function
H A Dcmdline.h31 void cmdline_printf(const struct cmdline *cl, const char *fmt, ...)
H A Dversion.map44 cmdline_printf;
/dpdk/examples/vdpa/
H A Dmain.c256 cmdline_printf( in cmd_help_parsed()
298 cmdline_printf(cl, "device name\tqueue num\tsupported features\n"); in cmd_list_vdpa_devices_parsed()
315 cmdline_printf(cl, "%s\t\t%" PRIu32 "\t\t0x%" PRIx64 "\n", in cmd_list_vdpa_devices_parsed()
350 cmdline_printf(cl, "Unable to find vdpa device id for %s.\n", in cmd_create_vdpa_port_parsed()
449 cmdline_printf(cl, "\nDevice %s:\n", res->bdf); in cmd_device_stats_parsed()
459 cmdline_printf(cl, "\tVirtq %" PRIu32 ":\n", first); in cmd_device_stats_parsed()
461 cmdline_printf(cl, "\t\t%-*s %-16" PRIu64 "\n", in cmd_device_stats_parsed()
/dpdk/examples/multi_process/simple_mp/
H A Dmp_commands.c110 cmdline_printf(cl, "Simple demo example of multi-process in RTE\n\n" in cmd_help_parsed()
/dpdk/examples/qos_sched/
H A Dcmdline.c28 cmdline_printf( in cmd_help_parsed()
/dpdk/app/test-pmd/
H A Dcmdline.c84 cmdline_printf( in cmd_help_brief_parsed()
133 cmdline_printf( in cmd_help_long_parsed()
157 cmdline_printf( in cmd_help_long_parsed()
271 cmdline_printf( in cmd_help_long_parsed()
755 cmdline_printf( in cmd_help_long_parsed()
919 cmdline_printf( in cmd_help_long_parsed()
947 cmdline_printf( in cmd_help_long_parsed()
1069 cmdline_printf( in cmd_help_long_parsed()
1170 cmdline_printf( in cmd_help_long_parsed()
10062 cmdline_printf(cl, "Cannot find ring\n"); in cmd_dump_one_parsed()
[all …]
/dpdk/examples/ntb/
H A Dntb_fwd.c116 cmdline_printf( in cmd_help_parsed()