| /dpdk/doc/guides/howto/ |
| H A D | rte_flow.rst | 24 testpmd command (wrapped for clarity):: 118 This code is equivalent to the following testpmd command (wrapped for 219 This code is equivalent to the following testpmd command (wrapped for
|
| H A D | avx512.rst | 28 Using the command-line argument
|
| H A D | lm_bond_virtio_sriov.rst | 97 The ``mac_addr`` command only works with kernel PF for Niantic 103 The syntax of the ``testpmd`` command is: 123 The syntax of the ``testpmd`` command is: 185 The ``mac_addr`` command only works with the kernel PF for Niantic. 341 The ``mac_addr`` command only works with the Kernel PF for Niantic.
|
| /dpdk/drivers/net/ark/ |
| H A D | ark_mpu.h | 56 volatile uint32_t command; member
|
| H A D | ark_ddm.h | 52 volatile uint32_t command; member
|
| /dpdk/examples/pipeline/examples/ |
| H A D | learner.cli | 36 ; Once the application has started, the command to get the CLI prompt is: telnet 0.0.0.0 8086
|
| H A D | meter.cli | 4 ; Example command line:
|
| /dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_x550.c | 1072 u32 i, command = 0; in ixgbe_iosf_wait() local 1080 if ((command & IXGBE_SB_IOSF_CTRL_BUSY) == 0) in ixgbe_iosf_wait() 1085 *ctrl = command; in ixgbe_iosf_wait() 1106 u32 command, error; in ixgbe_write_iosf_sb_reg_x550() local 1117 command = ((reg_addr << IXGBE_SB_IOSF_CTRL_ADDR_SHIFT) | in ixgbe_write_iosf_sb_reg_x550() 1126 ret = ixgbe_iosf_wait(hw, &command); in ixgbe_write_iosf_sb_reg_x550() 1129 error = (command & IXGBE_SB_IOSF_CTRL_CMPL_ERR_MASK) >> in ixgbe_write_iosf_sb_reg_x550() 1152 u32 command, error; in ixgbe_read_iosf_sb_reg_x550() local 1163 command = ((reg_addr << IXGBE_SB_IOSF_CTRL_ADDR_SHIFT) | in ixgbe_read_iosf_sb_reg_x550() 1169 ret = ixgbe_iosf_wait(hw, &command); in ixgbe_read_iosf_sb_reg_x550() [all …]
|
| /dpdk/kernel/freebsd/ |
| H A D | meson.build | 25 command: ['make', '-f', '@INPUT0@',
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | l2_forward_cat.rst | 9 command line options and linking against the libpqos library. 192 ``cat_init()`` is a wrapper function which parses the command, validates 195 Parsing of command line arguments is done in ``parse_args(...)``.
|
| H A D | ip_pipeline.rst | 25 commands through the network and wait for the response before pushing the next command. 35 The application startup command line is:: 70 The following is an example command to run ip pipeline application configured for layer 2 forwardin… 94 When running a telnet client as above, command prompt is displayed: 107 At any stage, telnet client can be terminated using the quit command.
|
| H A D | keep_alive.rst | 48 The application has a number of command line options: 67 8 RX queues per lcore and a ping interval of 10ms, issue the command:
|
| H A D | intro.rst | 16 Some sample applications may have their own command-line parameters described in 20 a list of available EAL command-line options.
|
| H A D | l3_forward_graph.rst | 45 The application has a number of command line options similar to l3fwd:: 76 (which are in the same socket too), use the following command: 82 In this command:
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | mempool_lib.rst | 42 When running an application, the EAL command line options provide the ability to add the number of … 46 The command line must always have the number of memory channels specified for the processor. 140 shared objects specified with the '-d' EAL command-line parameter are
|
| /dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_phy.c | 315 u32 command, data; in txgbe_read_phy_reg_mdi() local 318 command = TXGBE_MDIOSCA_REG(reg_addr) | in txgbe_read_phy_reg_mdi() 321 wr32(hw, TXGBE_MDIOSCA, command); in txgbe_read_phy_reg_mdi() 323 command = TXGBE_MDIOSCD_CMD_READ | in txgbe_read_phy_reg_mdi() 325 wr32(hw, TXGBE_MDIOSCD, command); in txgbe_read_phy_reg_mdi() 379 u32 command; in txgbe_write_phy_reg_mdi() local 382 command = TXGBE_MDIOSCA_REG(reg_addr) | in txgbe_write_phy_reg_mdi() 385 wr32(hw, TXGBE_MDIOSCA, command); in txgbe_write_phy_reg_mdi() 387 command = TXGBE_MDIOSCD_CMD_WRITE | in txgbe_write_phy_reg_mdi() 390 wr32(hw, TXGBE_MDIOSCD, command); in txgbe_write_phy_reg_mdi()
|
| /dpdk/doc/guides/eventdevs/ |
| H A D | opdl.rst | 35 application code, or from the EAL command line: 121 Validation can be turned on through a command line parameter
|
| /dpdk/doc/guides/mempool/ |
| H A D | octeontx.rst | 57 command line input to application example test_mempool.c application.
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_nvm.h | 58 u32 command; /* NVM command: READ or WRITE */ member
|
| /dpdk/doc/guides/compressdevs/ |
| H A D | zlib.rst | 38 * Use following command for installation.
|
| /dpdk/doc/guides/tools/ |
| H A D | cryptoperf.rst | 13 chain mode have to be specified in the command line as application 50 The tool application has a number of command line options: 59 The following are the EAL command-line options that can be used in conjunction 79 The following are the application command-line options: 135 of 256 bytes, the command line would be: ``--buffer-sz 64,100,256 --imix 20,40,40``. 549 The following are the application optional command-line options:
|
| H A D | hugepages.rst | 15 The tool has a number of command line options:
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_19_11.rst | 156 * Added support for VLAN pop flow offload command. 157 * Added support for VLAN push flow offload command. 158 * Added support for VLAN set PCP offload command. 159 * Added support for VLAN set VID offload command. 234 Added a command line option to the ``dpdk-test-compress-perf`` tool to 265 * **Updated testpmd with a command for ptypes.** 267 * Added a console command to testpmd app, ``show port (port_id) ptypes`` which 312 The testpmd command set that can be used instead in order to enable or
|
| /dpdk/doc/guides/nics/ |
| H A D | pfe.rst | 152 Module should be loaded using below command: 170 see the command below:
|
| /dpdk/doc/guides/freebsd_gsg/ |
| H A D | install_from_ports.rst | 24 DPDK can be installed on FreeBSD using the command:: 124 For an explanation of the command-line parameters that can be passed to an
|