| /dpdk/app/test/ |
| H A D | commands.c | 361 char *commands; in commands_init() local 368 commands = (char *)calloc(commands_len, sizeof(char)); in commands_init() 369 if (!commands) in commands_init() 373 strlcat(commands, t->command, commands_len); in commands_init() 375 strlcat(commands, "#", commands_len); in commands_init() 378 cmd_autotest_autotest.string_data.str = commands; in commands_init()
|
| /dpdk/doc/guides/howto/ |
| H A D | telemetry.rst | 57 #. The user can now input commands to send across the socket, and receive the 58 response. Some available commands are shown below. 60 * List all commands:: 73 For commands that expect a parameter, use "," to separate the command 130 The following telemetry script commands would allow one to connect to each binary::
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | cmd_line.rst | 29 There are three simple commands: 90 A cmdline context is a list of commands that are listed in a NULL-terminated table, for example: 92 .. literalinclude:: ../../../examples/cmdline/commands.c 94 :start-after: Cmdline context list of commands in NULL-terminated table. 8< 116 .. literalinclude:: ../../../examples/cmdline/commands.c
|
| H A D | ethtool.rst | 42 From this interface the available commands and descriptions of what 83 interface that accepts commands as described in `using the
|
| H A D | qos_scheduler.rst | 132 These are the commands that are currently working under the command line interface: 154 All of these commands work the same way, averaging the number of packets throughout a specific subs… 156 Two parameters can be configured for this prior to calling any of these commands: 164 The commands that can be used for measuring average queue size are:
|
| H A D | kernel_nic_interface.rst | 160 The following commands will first load the ``rte_kni`` kernel module in 216 Linux commands to manage the KNI interfaces as if they were any other 248 The normal Linux commands can also be used to change the MAC address and 251 these commands will only work on the first KNI interface for that port.
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | telemetry_lib.rst | 14 responsible for registering their own commands, and providing the callback 47 This callback is an example of handling multiple commands in one callback, 149 Libraries and applications must register commands to make their information 164 To use commands, with a DPDK app running (e.g. testpmd), use the
|
| H A D | intro.rst | 37 …(including the commands that can be used in the root DPDK to build the development kit and an appl…
|
| /dpdk/app/test-cmdline/ |
| H A D | meson.build | 10 sources = files('commands.c', 'cmdline_test.c')
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | bcmfs.rst | 67 cross-compiled on an x86 platform. For example, below commands can be executed 82 For example, below commands can be run to get hold of a device node by VFIO.
|
| /dpdk/examples/multi_process/hotplug_mp/ |
| H A D | meson.build | 11 'commands.c',
|
| H A D | Makefile | 8 SRCS-y := main.c commands.c
|
| /dpdk/doc/guides/nics/ |
| H A D | dpaa2.rst | 123 play bus, like PCI. DPRC commands can be used to enumerate the contents 141 to send MC commands. It has an interrupt for status events (like 204 - commands: set link up/down, link config, get stats, IRQ config, enable, reset 213 - commands: port config, offload config, queue config, parse/classify config, IRQ config, enable, r… 227 - commands: IRQ config, enable, reset 234 - commands: enable, reset 237 Used by drivers to send commands to the MC to manage 242 - commands: IRQ config, enable, reset 515 For blocking a DPAA2 device, following commands can be used. 598 User can also check node, level capabilities using testpmd commands.
|
| H A D | tap.rst | 15 ``ip`` command. The commands can be used to assign and query the virtual like 70 a valid IP address then you can do this with the following commands:: 204 Next set the links for the two interfaces to up via the commands below:: 214 the commands ``start 0`` and ``start 1`` or you can start both at the same 221 command to see a list of all commands. You can also use the ``-f`` option to 222 load commands at startup in command line or Lua script in pktgen.
|
| H A D | build_and_test.rst | 134 testpmd application. A prompt will be displayed at the end for user commands 142 of available commands.
|
| H A D | kni.rst | 69 to handle Linux network interface control commands, like ``ifconfig kni0 up`` 71 With ``no_request_thread`` option, pthread is not created and control commands
|
| H A D | ena.rst | 45 AQ is used for submitting management commands, and the 48 ENA introduces a very small set of management commands with room for 52 The following admin queue commands are supported:
|
| /dpdk/examples/cmdline/ |
| H A D | meson.build | 11 'commands.c',
|
| H A D | Makefile | 8 SRCS-y := main.c commands.c parse_obj_list.c
|
| /dpdk/examples/bpf/ |
| H A D | README | 7 commands documented in the `Testpmd Application User Guide` for
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 76 CLI commands to be read from /home/ubuntu/flow-create-commands.txt 91 Read all CLI commands from /home/ubuntu/flow-create-commands.txt 100 testpmd> load /home/ubuntu/flow-create-commands.txt 107 Read all CLI commands from /home/ubuntu/flow-create-commands.txt 533 Show proxy port ID to use as the 1st argument in commands to 3323 other commands, in particular: 5307 ESP rules can be created by the following commands:: 5321 AH rules can be created by the following commands:: 5408 Integrity rules can be created by the following commands: 5429 Conntrack rules can be set by the following commands [all …]
|
| /dpdk/examples/pipeline/examples/ |
| H A D | registers.spec | 9 ; The "regrd" and "regwr" CLI commands can be used to read and write the current value of
|
| H A D | fib.cli | 34 ; The table entries can later be updated at run-time through the CLI commands. Once the application
|
| /dpdk/doc/guides/freebsd_gsg/ |
| H A D | build_dpdk.rst | 33 installed via commands like the following, for FreeBSD 12.1 on x86_64:: 44 The following commands can be used to build and install DPDK on a system. 242 Example commands to perform these steps are shown below::
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | intro.rst | 26 …* The content of the DPDK, the build system (including the commands that can be used to build th…
|