Searched refs:copies (Results 1 – 20 of 20) sorted by relevance
| /dpdk/license/ |
| H A D | mit.txt | 5 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 D | isc.txt | 3 copyright notice and this permission notice appear in all copies.
|
| H A D | gpl-2.0.txt | 6 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 D | lgpl-2.1.txt | 6 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 D | ioat.rst | 19 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 D | hisilicon.rst | 8 to accelerate data copies.
|
| H A D | ioat.rst | 13 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 D | idxd.rst | 13 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 D | null.rst | 25 It copies data of the packet before Rx/Tx. For Rx it uses another empty dummy mbuf for this.
|
| H A D | af_packet.rst | 14 calls and the copies needed between user space and Kernel.
|
| H A D | mlx5.rst | 839 Tx burst function copies entire packet data on to Tx descriptor
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | dma.rst | 292 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 D | dmafwd.c | 105 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 D | dmadev.rst | 85 The following code demonstrates how to enqueue a burst of copies to the
|
| H A D | pdump_lib.rst | 71 The default format enqueues copies of the original packets into the rte_ring.
|
| H A D | kernel_nic_interface.rst | 100 operations and sk buffer copies in kernel space.
|
| H A D | vhost_lib.rst | 429 copies from the CPU and it is implemented in an asynchronous way. It
|
| H A D | rte_flow.rst | 3094 - ``set`` copies the data from ``src`` field to ``dst`` field.
|
| /dpdk/doc/guides/gpus/ |
| H A D | cuda.rst | 160 using GPU memory instead of additional memory copies through the CPU system memory.
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_19_08.rst | 145 which allows data copies to be done by hardware instead
|