Home
last modified time | relevance | path

Searched refs:command (Results 76 – 100 of 225) sorted by relevance

123456789

/dpdk/doc/guides/howto/
H A Drte_flow.rst24 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 Davx512.rst28 Using the command-line argument
H A Dlm_bond_virtio_sriov.rst97 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 Dark_mpu.h56 volatile uint32_t command; member
H A Dark_ddm.h52 volatile uint32_t command; member
/dpdk/examples/pipeline/examples/
H A Dlearner.cli36 ; Once the application has started, the command to get the CLI prompt is: telnet 0.0.0.0 8086
H A Dmeter.cli4 ; Example command line:
/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_x550.c1072 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 Dmeson.build25 command: ['make', '-f', '@INPUT0@',
/dpdk/doc/guides/sample_app_ug/
H A Dl2_forward_cat.rst9 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 Dip_pipeline.rst25 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 Dkeep_alive.rst48 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 Dintro.rst16 Some sample applications may have their own command-line parameters described in
20 a list of available EAL command-line options.
H A Dl3_forward_graph.rst45 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 Dmempool_lib.rst42 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 Dtxgbe_phy.c315 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 Dopdl.rst35 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 Docteontx.rst57 command line input to application example test_mempool.c application.
/dpdk/drivers/net/ice/base/
H A Dice_nvm.h58 u32 command; /* NVM command: READ or WRITE */ member
/dpdk/doc/guides/compressdevs/
H A Dzlib.rst38 * Use following command for installation.
/dpdk/doc/guides/tools/
H A Dcryptoperf.rst13 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 Dhugepages.rst15 The tool has a number of command line options:
/dpdk/doc/guides/rel_notes/
H A Drelease_19_11.rst156 * 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 Dpfe.rst152 Module should be loaded using below command:
170 see the command below:
/dpdk/doc/guides/freebsd_gsg/
H A Dinstall_from_ports.rst24 DPDK can be installed on FreeBSD using the command::
124 For an explanation of the command-line parameters that can be passed to an

123456789