Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/vm_power_manager/
H A Dvm_power_cli.c69 cmdline_printf(cl, "VM: '%s', status = ", info.name); in cmd_show_vm_parsed()
71 cmdline_printf(cl, "ACTIVE\n"); in cmd_show_vm_parsed()
73 cmdline_printf(cl, "INACTIVE\n"); in cmd_show_vm_parsed()
74 cmdline_printf(cl, "Channels %u\n", info.num_channels); in cmd_show_vm_parsed()
76 cmdline_printf(cl, " [%u]: %s, status = ", i, in cmd_show_vm_parsed()
80 cmdline_printf(cl, "CONNECTED\n"); in cmd_show_vm_parsed()
83 cmdline_printf(cl, "DISCONNECTED\n"); in cmd_show_vm_parsed()
86 cmdline_printf(cl, "DISABLED\n"); in cmd_show_vm_parsed()
89 cmdline_printf(cl, "PROCESSING\n"); in cmd_show_vm_parsed()
92 cmdline_printf(cl, "UNKNOWN\n"); in cmd_show_vm_parsed()
[all …]
/f-stack/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()
130 cmdline_printf(cl, "attached device %s\n", da.name); in cmd_dev_attach_parsed()
132 cmdline_printf(cl, "failed to attached device %s\n", in cmd_dev_attach_parsed()
170 cmdline_printf(cl, "cannot parse devargs\n"); in cmd_dev_detach_parsed()
178 cmdline_printf(cl, "detached device %s\n", in cmd_dev_detach_parsed()
181 cmdline_printf(cl, "failed to dettach device %s\n", in cmd_dev_detach_parsed()
/f-stack/dpdk/examples/vm_power_manager/guest_cli/
H A Dvm_power_cli_guest.c202 cmdline_printf(cl, "Enabled core not found.\n"); in cmd_query_freq_list_parsed()
214 cmdline_printf(cl, "Invalid parameter provided.\n"); in cmd_query_freq_list_parsed()
236 cmdline_printf(cl, "Frequency of [%d] vcore is %d.\n", in cmd_query_freq_list_parsed()
240 cmdline_printf(cl, "Frequency of [%d] vcore is %d.\n", in cmd_query_freq_list_parsed()
312 cmdline_printf(cl, "Enabled core not found.\n"); in cmd_query_caps_list_parsed()
324 cmdline_printf(cl, "Invalid parameter provided.\n"); in cmd_query_caps_list_parsed()
340 cmdline_printf(cl, "Error during capabilities reception.\n"); in cmd_query_caps_list_parsed()
346 cmdline_printf(cl, "Capabilities of [%d] vcore are:" in cmd_query_caps_list_parsed()
353 cmdline_printf(cl, "Capabilities of [%d] vcore are:" in cmd_query_caps_list_parsed()
492 cmdline_printf(cl, "%s for sent policy received.\n", in send_policy()
[all …]
/f-stack/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()
/f-stack/dpdk/examples/cmdline/
H A Dcommands.c86 cmdline_printf(cl, "Object %s removed, ip=%s\n", in cmd_obj_del_show_parsed()
91 cmdline_printf(cl, "Object %s, ip=%s\n", in cmd_obj_del_show_parsed()
132 cmdline_printf(cl, "Object %s already exist\n", res->name); in cmd_obj_add_parsed()
140 cmdline_printf(cl, "mem error\n"); in cmd_obj_add_parsed()
154 cmdline_printf(cl, "Object %s added, ip=%s\n", in cmd_obj_add_parsed()
187 cmdline_printf(cl, in cmd_help_parsed()
/f-stack/dpdk/examples/bond/
H A Dmain.c507 cmdline_printf(cl, in cmd_obj_send_parsed()
598 cmdline_printf(cl, in cmd_start_parsed()
631 cmdline_printf(cl, in cmd_help_parsed()
665 cmdline_printf(cl, in cmd_stop_parsed()
673 cmdline_printf(cl, in cmd_stop_parsed()
677 cmdline_printf(cl, in cmd_stop_parsed()
706 cmdline_printf(cl, in cmd_quit_parsed()
715 cmdline_printf(cl, in cmd_quit_parsed()
719 cmdline_printf(cl, in cmd_quit_parsed()
756 cmdline_printf(cl, in cmd_show_parsed()
[all …]
/f-stack/dpdk/lib/librte_cmdline/
H A Dcmdline.c33 cmdline_printf(cl, "Ambiguous command\n"); in cmdline_valid_buffer()
35 cmdline_printf(cl, "Command not found\n"); in cmdline_valid_buffer()
37 cmdline_printf(cl, "Bad arguments\n"); in cmdline_valid_buffer()
128 cmdline_printf(const struct cmdline *cl, const char *fmt, ...) in cmdline_printf() function
H A Dcmdline.h50 void cmdline_printf(const struct cmdline *cl, const char *fmt, ...)
H A Dversion.map44 cmdline_printf;
/f-stack/dpdk/app/test/
H A Dcommands.c178 cmdline_printf(cl, "Cannot find ring\n"); in cmd_dump_one_parsed()
187 cmdline_printf(cl, "Cannot find mempool\n"); in cmd_dump_one_parsed()
252 cmdline_printf(cl, "Cannot find such mode\n"); in cmd_set_rxtx_parsed()
288 cmdline_printf(cl, "Cannot find such anchor\n"); in cmd_set_rxtx_anchor_parsed()
325 cmdline_printf(cl, "Cannot find such stream control\n"); in cmd_set_rxtx_sc_parsed()
H A Dtest_cmdline_lib.c197 cmdline_printf(NULL, "format"); in test_cmdline_fns()
/f-stack/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()
/f-stack/dpdk/examples/multi_process/simple_mp/
H A Dmp_commands.c111 cmdline_printf(cl, "Simple demo example of multi-process in RTE\n\n" in cmd_help_parsed()
/f-stack/dpdk/examples/qos_sched/
H A Dcmdline.c28 cmdline_printf( in cmd_help_parsed()
/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c87 cmdline_printf( in cmd_help_brief_parsed()
136 cmdline_printf( in cmd_help_long_parsed()
160 cmdline_printf( in cmd_help_long_parsed()
261 cmdline_printf( in cmd_help_long_parsed()
745 cmdline_printf( in cmd_help_long_parsed()
906 cmdline_printf( in cmd_help_long_parsed()
934 cmdline_printf( in cmd_help_long_parsed()
1056 cmdline_printf( in cmd_help_long_parsed()
1157 cmdline_printf( in cmd_help_long_parsed()
9623 cmdline_printf(cl, "Cannot find ring\n"); in cmd_dump_one_parsed()
[all …]
/f-stack/dpdk/examples/ntb/
H A Dntb_fwd.c116 cmdline_printf( in cmd_help_parsed()