Home
last modified time | relevance | path

Searched refs:copies (Results 1 – 20 of 20) sorted by relevance

/dpdk/license/
H A Dmit.txt5 copies of the Software, and to permit persons to whom the Software is
9 paragraph) shall be included in all copies or substantial portions of the
H A Disc.txt3 copyright notice and this permission notice appear in all copies.
H A Dgpl-2.0.txt6 Everyone is permitted to copy and distribute verbatim copies
23 have the freedom to distribute copies of free software (and charge for
31 distribute copies of the software, or if you modify it.
33 For example, if you distribute copies of such a program, whether
79 1. You may copy and distribute verbatim copies of the Program's
90 2. You may modify your copy or copies of the Program or any portion
176 However, parties who have received copies, or rights, from you under
206 all those who receive copies directly or indirectly through you, then
H A Dlgpl-2.1.txt6 Everyone is permitted to copy and distribute verbatim copies
29 you have the freedom to distribute copies of free software (and charge
38 you if you distribute copies of the library or if you modify it.
40 For example, if you distribute copies of the library, whether gratis
150 1. You may copy and distribute verbatim copies of the Library's
162 2. You may modify your copy or copies of the Library or any portion
222 subsequent copies and derivative works made from that copy.
353 rights under this License. However, parties who have received copies,
383 all those who receive copies directly or indirectly through you, then
/dpdk/doc/guides/rawdevs/
H A Dioat.rst19 This PMD, when used on supported hardware, allows data copies, for example,
69 The internal engines, which do the copies or other operations,
151 copies.
215 To perform data copies using IOAT rawdev devices, the functions
217 Once copies have been completed, the completion will be reported back when
238 a burst of copies to the device and start the hardware processing of them:
270 To retrieve information about completed copies, the API
272 application a set of completion handles passed in when the relevant copies
276 retrieving information about the completed copies and validating the data
/dpdk/doc/guides/dmadevs/
H A Dhisilicon.rst8 to accelerate data copies.
H A Dioat.rst13 This PMD, when used on supported hardware, allows data copies, for example,
114 copies within a burst and then uses ``rte_dma_completed_status()`` to check
H A Didxd.rst13 data operations, such as data copies, to hardware, freeing up CPU cycles for
50 The internal engines, which do the copies or other operations,
201 copies within a burst and then using ``rte_dma_completed_status()`` to check
/dpdk/doc/guides/nics/
H A Dnull.rst25 It copies data of the packet before Rx/Tx. For Rx it uses another empty dummy mbuf for this.
H A Daf_packet.rst14 calls and the copies needed between user space and Kernel.
H A Dmlx5.rst839 Tx burst function copies entire packet data on to Tx descriptor
/dpdk/doc/guides/sample_app_ug/
H A Ddma.rst292 Once the copies have been completed (this includes gathering the completions in
296 All completed copies are processed by ``dma_tx_port()`` function. This function
298 if it was enabled. After that copies are sent in burst mode using ``rte_eth_tx_burst()``.
/dpdk/examples/dma/
H A Ddmafwd.c105 struct rte_mbuf *copies[MBUF_RING_SIZE]; member
330 dma->copies[ret & MBUF_RING_MASK] = pkts_copy[i]; in dma_enqueue_packets()
379 dst[filled] = dma->copies[(dma->sent + filled) & MBUF_RING_MASK]; in dma_dequeue()
/dpdk/doc/guides/prog_guide/
H A Ddmadev.rst85 The following code demonstrates how to enqueue a burst of copies to the
H A Dpdump_lib.rst71 The default format enqueues copies of the original packets into the rte_ring.
H A Dkernel_nic_interface.rst100 operations and sk buffer copies in kernel space.
H A Dvhost_lib.rst429 copies from the CPU and it is implemented in an asynchronous way. It
H A Drte_flow.rst3094 - ``set`` copies the data from ``src`` field to ``dst`` field.
/dpdk/doc/guides/gpus/
H A Dcuda.rst160 using GPU memory instead of additional memory copies through the CPU system memory.
/dpdk/doc/guides/rel_notes/
H A Drelease_19_08.rst145 which allows data copies to be done by hardware instead