Home
last modified time | relevance | path

Searched refs:register (Results 1 – 25 of 58) sorted by relevance

123

/dpdk/examples/pipeline/examples/
H A Dregisters.spec4 ; This program is setting up two register arrays called "pkt_counters" and "byte_counters".
5 ; On every input packet (Ethernet/IPv4), the "pkt_counters" register at location indexed by
10 ; any register array location.
/dpdk/doc/guides/cryptodevs/
H A Dmlx5.rst55 - Set CRYPTO_OPERATIONAL register to set the device in crypto operational mode.
67 The command to set the register should be executed only once, and all the
82 - Query CRYPTO_OPERATIONAL register to make sure the device is in Operational
112 register import_kek..
117 register credential.
/dpdk/usertools/
H A Ddpdk-telemetry-client.py51 def register(self): # Connects a client to DPDK-instance member in Client
126 client.register()
/dpdk/doc/guides/sample_app_ug/
H A Dservice_cores.rst9 any DPDK component to register a service. A service is a work item or task, that
50 The following code section shows how to register a service as an application.
52 order to register services: ``rte_service_component.h``, in addition
H A Dtimer.rst63 As explained in the comment, it is better to use the TSC register (as it is a per-lcore register) t…
H A Dethtool.rst54 * ``regs``: Dump port register(s) to file
H A Dlink_status_intr.rst124 The application can register one or more callbacks to a specific port and interrupt event.
144 :start-after: RTE callback register. 8<
/dpdk/doc/guides/testpmd_app_ug/
H A Drun_app.rst328 Set the prefetch threshold register of RX rings to N, where N >= 0.
333 Set the host threshold register of RX rings to N, where N >= 0.
343 Set the write-back threshold register of RX rings to N, where N >= 0.
348 Set the prefetch threshold register of TX rings to N, where N >= 0.
353 Set the host threshold register of TX rings to N, where N >= 0.
358 Set the write-back threshold register of TX rings to N, where N >= 0.
H A Dtestpmd_funcs.rst2661 Display the value of a port register::
2673 Display a port register bit field::
2680 port 0 PCI register at offset 0xEE00: bits[0, 1]=0x1 (1)
2685 Display a single port register bit::
2692 port 0 PCI register at offset 0xEE00: bit 0=1
2697 Set the value of a port register::
2701 For example, to clear a register::
2704 port 0 PCI register at offset 0xEE00: 0x00000000 (0)
2709 Set bit field of a port register::
2716 port 0 PCI register at offset 0xEE00: 0x00000002 (2)
[all …]
/dpdk/doc/guides/nics/
H A Dixgbe.rst13 It improves load/store bandwidth efficiency of L1 data cache by using a wider SSE/AVX register 1 (1…
14 The wider register gives space to hold multiple packet buffers so as to save instruction number whe…
119 by reading related register, but also check the mailbox status. We
123 status register, this will avoid the whole system's mailbox interrupt
H A Dfm10k.rst30 SSE/AVX ''register (1)''.
31 The wider register gives space to hold multiple packet buffers so as to save
H A Dvhost.rst72 The user can register an event callback handler with ``rte_eth_dev_callback_register()``.
H A Di40e.rst657 RX/TX statistics may be incorrect when register overflowed
660 The rx_bytes/tx_bytes statistics register is 48 bit length.
702 #. Get the current value of the PCI configure register::
710 #. Set the PCI configure register with new value::
730 For example, register I40E_GL_SWT_L2TAGCTRL is used to control L2 tag, i40e
734 So PMD reports warning to clarify what is changed by writing global register.
H A Denetc.rst41 device register address)
H A Denetfec.rst73 of register & buffer descriptor with DPDK
H A Dfail_safe.rst183 absence and postpone its use. It will then register for a periodic check on any
200 any time. The fail-safe PMD will register a callback for such event and react
H A Dpfe.rst86 hardware independent and register with the HIF client driver to transmit and
/dpdk/doc/guides/prog_guide/
H A Drcu_lib.rst134 The ``rte_rcu_qsbr_thread_register()`` API will register a reader thread
222 * the application has to create the RCU variable and register the reader threads to report their qu…
223 * the application has to register the same RCU variable with the client library.
230 * client library should provide an API to register a RCU variable that it will use. It should call …
H A Dgpudev.rst71 gpudev can register a CPU memory area to make it visible from a GPU device.
147 /* Use gpudev library to register a new CUDA context if any. */
H A Dtelemetry_lib.rst149 Libraries and applications must register commands to make their information
/dpdk/doc/guides/vdpadevs/
H A Dfeatures_overview.rst94 Host can register memory region based host notifiers.
/dpdk/doc/guides/platform/
H A Dmlx5.rst283 HW queue doorbell register mapping.
287 With regular memory mapping, the register is flushed to HW
606 The rdma core library can map doorbell register in two ways,
/dpdk/doc/guides/rawdevs/
H A Dcnxk_bphy.rst127 ``CNXK_BPHY_IRQ_MSG_TYPE_UNREGISTER``. The former will register an interrupt handler while the
H A Dcnxk_gpio.rst23 - register interrupt handler for specific GPIO
/dpdk/doc/guides/rel_notes/
H A Drelease_2_2.rst76 * Return code after setting receive address register
265 register list and make sure the right one is being used on i210.
318 Change the value of register 776.20[11:2] for jumbo mode from 0x1A to 0x1F.

123