Searched refs:interactive (Results 1 – 18 of 18) sorted by relevance
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | vdpa.rst | 32 ./dpdk-vdpa [EAL options] -- [--client] [--interactive|-i] or [--iface SOCKET_PATH] 41 * --interactive means run the vdpa sample in interactive mode, currently 4 56 -- --interactive 65 Then we can create 2 vdpa ports in interactive cmdline.
|
| H A D | ntb.rst | 8 This sample provides interactive mode to do packet based processing
|
| H A D | qos_scheduler.rst | 70 * -i: It makes the application to start in the interactive mode. 72 scheduling is taking place (see interactive mode below for more information).
|
| /dpdk/examples/vdpa/ |
| H A D | main.c | 42 static int interactive; variable 62 {"interactive", no_argument, &interactive, 1}, in parse_args() 74 interactive = 1; in parse_args() 85 interactive = 1; in parse_args() 95 if (iface[0] == '\0' && interactive == 0) { in parse_args() 545 if (interactive == 1) { in main()
|
| /dpdk/examples/qos_sched/ |
| H A D | main.c | 26 uint8_t interactive = APP_INTERACTIVE_DEFAULT; variable 209 if (interactive) { in main()
|
| H A D | main.h | 138 extern uint8_t interactive;
|
| H A D | args.c | 356 interactive = 1; in app_parse_args()
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | run_app.rst | 27 * ``-i, --interactive`` 29 Run testpmd in interactive mode. 34 In non-interactive mode, 52 This flag should be only used in non-interactive mode. 56 Display statistics every PERIOD seconds, if interactive mode is disabled. 62 as specified in ``--stats-period`` or when used with interactive commands
|
| H A D | testpmd_funcs.rst | 9 Where the testpmd application is started in interactive mode, (``-i|--interactive``), 70 starting packet forwarding or entering interactive mode. 2510 manage link bonding devices from within testpmd interactive prompt.
|
| /dpdk/doc/guides/nics/ |
| H A D | build_and_test.rst | 135 as interactive mode (``-i``) is on.
|
| H A D | memif.rst | 245 Start VPP in interactive mode (should be by default). Create memif server interface in VPP::
|
| /dpdk/license/ |
| H A D | gpl-2.0.txt | 105 interactive use in the most ordinary way, to print or display an 110 License. (Exception: if the Program itself is interactive but 312 If the program is interactive, make it output a short notice like this 313 when it starts in an interactive mode:
|
| /dpdk/examples/ntb/ |
| H A D | ntb_fwd.c | 70 static uint8_t interactive = 1; variable 1163 interactive = 1; in ntb_parse_args() 1494 if (interactive) { in main()
|
| /dpdk/app/test-pmd/ |
| H A D | parameters.c | 726 interactive = 1; in launch_args_parse() 742 interactive = 1; in launch_args_parse()
|
| H A D | testpmd.c | 99 uint8_t interactive = 0; variable 2278 if ((interactive == 0) || (lc_id != rte_lcore_id())) { in launch_packet_forwarding() 4193 if (tx_first && interactive) in main() 4281 if (interactive == 1) { in main()
|
| H A D | testpmd.h | 413 extern uint8_t interactive;
|
| /dpdk/doc/guides/howto/ |
| H A D | pvp_reference_benchmark.rst | 133 #. In testpmd interactive mode, set the portlist to obtain the correct port
|
| /dpdk/doc/guides/contributing/ |
| H A D | unit_test.rst | 44 The first mode is as an interactive command shell
|