Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 25 of 63) sorted by relevance

123

/dpdk/app/test/
H A Dcommands.c361 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 Dtelemetry.rst57 #. 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 Dcmd_line.rst29 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 Dethtool.rst42 From this interface the available commands and descriptions of what
83 interface that accepts commands as described in `using the
H A Dqos_scheduler.rst132 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 Dkernel_nic_interface.rst160 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 Dtelemetry_lib.rst14 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 Dintro.rst37 …(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 Dmeson.build10 sources = files('commands.c', 'cmdline_test.c')
/dpdk/doc/guides/cryptodevs/
H A Dbcmfs.rst67 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 Dmeson.build11 'commands.c',
H A DMakefile8 SRCS-y := main.c commands.c
/dpdk/doc/guides/nics/
H A Ddpaa2.rst123 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 Dtap.rst15 ``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 Dbuild_and_test.rst134 testpmd application. A prompt will be displayed at the end for user commands
142 of available commands.
H A Dkni.rst69 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 Dena.rst45 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 Dmeson.build11 'commands.c',
H A DMakefile8 SRCS-y := main.c commands.c parse_obj_list.c
/dpdk/examples/bpf/
H A DREADME7 commands documented in the `Testpmd Application User Guide` for
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst76 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 Dregisters.spec9 ; The "regrd" and "regwr" CLI commands can be used to read and write the current value of
H A Dfib.cli34 ; The table entries can later be updated at run-time through the CLI commands. Once the application
/dpdk/doc/guides/freebsd_gsg/
H A Dbuild_dpdk.rst33 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 Dintro.rst26 …* The content of the DPDK, the build system (including the commands that can be used to build th…

123