| /dpdk/license/ |
| H A D | lgpl-2.1.txt | 111 "work based on the library" and a "work that uses the library". The 130 Library" means either the Library or any derivative work under 136 "Source code" for a work means the preferred form of the work for 163 of it, thus forming a work based on the Library, and copy and 167 a) The modified work must itself be a software library. 190 These requirements apply to the modified work as a whole. If 243 work, in isolation, is not a derivative work of the Library, and 268 Any executables containing that work also fall under Section 6, 273 work containing portions of the Library, and distribute that work 286 a) Accompany the work with the complete corresponding [all …]
|
| H A D | gpl-2.0.txt | 62 0. This License applies to any program or other work which contains 65 refers to any such program or work, and a "work based on the Program" 66 means either the Program or any derivative work under copyright law: 67 that is to say, a work containing the Program or a portion of it, 75 is covered only if its contents constitute a work based on the 91 of it, thus forming a work based on the Program, and copy and 92 distribute such modifications or work under the terms of Section 1 111 does not normally print such an announcement, your work based on 114 These requirements apply to the modified work as a whole. If 155 The source code for a work means the preferred form of the work for [all …]
|
| /dpdk/drivers/event/octeontx/ |
| H A D | ssovf_worker.h | 99 ssovf_octeontx_wqe_to_pkt(uint64_t work, uint16_t port_info, in ssovf_octeontx_wqe_to_pkt() argument 103 octtx_wqe_t *wqe = (octtx_wqe_t *)(uintptr_t)work; in ssovf_octeontx_wqe_to_pkt() 143 ssovf_octeontx_wqe_free(uint64_t work) in ssovf_octeontx_wqe_free() argument 145 octtx_wqe_t *wqe = (octtx_wqe_t *)(uintptr_t)work; in ssovf_octeontx_wqe_free()
|
| /dpdk/examples/eventdev_pipeline/ |
| H A D | pipeline_worker_tx.c | 73 work(); in worker_do_tx_single() 114 work(); in worker_do_tx_single_atq() 164 work(); in worker_do_tx_single_burst() 209 work(); in worker_do_tx_single_burst_atq() 262 work(); in worker_do_tx() 313 work(); in worker_do_tx_atq() 371 work(); in worker_do_tx_burst() 425 work(); in worker_do_tx_burst_atq()
|
| H A D | pipeline_common.h | 112 work(void) in work() function
|
| /dpdk/doc/guides/eventdevs/ |
| H A D | dpaa.rst | 67 1. DPAA eventdev can not work with DPAA PUSH mode queues configured for ethdev. 73 DPAA drivers for DPDK can only work on NXP SoCs as listed in the
|
| H A D | dpaa2.rst | 83 DPAA2 drivers for DPDK can only work on NXP SoCs as listed in the
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | known_issues.rst | 30 Pause Frame Forwarding does not work properly on igb 34 For igb devices rte_eth_flow_ctrl_set does not work as expected. 110 HPET timers do not work on the Osage customer reference platform 127 work correctly, provided the BIOS supports HPET. 248 PMD does not work with --no-huge EAL command line parameter 256 Sending and receiving data with PMD will not work. 376 Intel® QuickAssist Technology sample application does not work on a 32-bit OS on Shumway 474 The user priority comparing in Ethertype filter cannot work probably. 507 Devices bound to igb_uio with VT-d enabled do not work on Linux kernel 3.15-3.17 537 VM power manager may not work on systems with more than 64 cores [all …]
|
| /dpdk/doc/guides/dmadevs/ |
| H A D | idxd.rst | 51 and the work-queues, which are used by applications to assign work to the device, 59 To assign work queues to groups for passing descriptors to the engines a similar accel-config comma… 60 However, the work queues also need to be configured depending on the use case. 69 Example configuration for a work queue:: 170 * Only one ``vchan`` is supported per device (work queue).
|
| H A D | dpaa.rst | 67 DPAA DMA driver for DPDK can only work on NXP SoCs
|
| /dpdk/doc/guides/nics/ |
| H A D | nfp.rst | 69 have a PMD able to work with the PF and VFs at the same time and with the PF 72 The PMD PF has extra work to do which will delay the DPDK app initialization 109 The NFP PMD can work with up to 8 ports on the same PF device. The number of 113 DPDK apps work with ports, and a port is usually a PF or a VF PCI device. 151 the VFs on a NFP device. However, it is not possible to work with both at the
|
| H A D | ena.rst | 165 the PCI to the device, before the DMA is even triggered. For proper work 195 input. Please note that it won't work with ``igb_uio``, so to use this feature, 214 feature, while ``vfio-pci`` should work without any changes.
|
| /dpdk/doc/guides/howto/ |
| H A D | virtio_user_for_container_networking.rst | 101 * Cannot work with --huge-unlink option. As we need to reopen the hugepage 103 * Cannot work with --no-huge option. Currently, DPDK uses anonymous mapping 105 * Cannot work when there are more than VHOST_MEMORY_MAX_NREGIONS(8) hugepages.
|
| /dpdk/doc/guides/tools/ |
| H A D | testregex.rst | 83 In order for the RegEx to work it must have a precompiled rule file. 89 The data file, will be used as a source data for the RegEx to work on.
|
| H A D | devbind.rst | 63 Mainly it comes down to how IOMMU groups work. 68 …Therefore, the bridge driver should also be unbound from the bridge PCI device for VFIO to work wi…
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_nix_inl_dev_irq.c | 21 uint64_t work; in nix_inl_sso_work_cb() local 31 work = gw.u64[1]; in nix_inl_sso_work_cb() 33 if (work) { in nix_inl_sso_work_cb()
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | eventdev_pipeline.rst | 14 stage of work. This is useful for performance testing as well as quickly testing 45 * ``-W1000``: do 1000 cycles of work per packet in each stage 117 transmitted, and an overview of the distribution of work across worker cores.
|
| H A D | skeleton.rst | 144 The main work of the application is done within the loop: 148 :start-after: Main work of application loop. 8<
|
| /dpdk/devtools/cocci/ |
| H A D | nullfree.cocci | 3 // All these functions work like libc free which allows
|
| /dpdk/doc/guides/vdpadevs/ |
| H A D | sfc.rst | 70 **net** device will work as network device and will be probed by net/sfc driver. 71 **vdpa** device will work as vdpa device and will be probed by vdpa/sfc driver.
|
| /dpdk/doc/guides/windows_gsg/ |
| H A D | intro.rst | 17 DPDK for Windows is currently a work in progress. Not all DPDK source files
|
| /dpdk/doc/guides/regexdevs/ |
| H A D | mlx5.rst | 17 For the PMD to work, the application must supply
|
| /dpdk/doc/guides/rawdevs/ |
| H A D | ioat.rst | 70 and the work-queues, which are used by applications to assign work to the device, 79 To assign work queues to groups for passing descriptors to the engines a similar accel-config comma… 80 However, the work queues also need to be configured depending on the use case. 89 Example configuration for a work queue::
|
| H A D | dpaa2_cmdif.rst | 76 DPAA2 drivers for DPDK can only work on NXP SoCs as listed in the
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | packet_distrib_lib.rst | 40 and given to it in preference to other packets when that work next makes a request for work.
|