| /dpdk/doc/guides/gpus/ |
| H A D | cuda.rst | 16 To get these headers there are two options: 20 - Download these two headers from this `CUDA headers 21 <https://gitlab.com/nvidia/headers/cuda-individual/cudart>`_ repository. 23 You need to indicate to meson where CUDA headers files are through the CFLAGS variable. 30 If headers are not found, the CUDA GPU driver library is not built. 49 You need to indicate to meson where GDRCopy headers files are as in case of CUDA headers. 56 If headers are not found, the CUDA GPU driver library is built without the CPU map capability
|
| /dpdk/lib/ring/ |
| H A D | meson.build | 5 headers = files('rte_ring.h') variable 6 # most sub-headers are not for direct inclusion
|
| /dpdk/lib/lpm/ |
| H A D | meson.build | 11 headers = files('rte_lpm.h', 'rte_lpm6.h') variable 12 # since header files have different names, we can install all vector headers
|
| /dpdk/lib/port/ |
| H A D | meson.build | 25 headers = files( variable 51 headers += files('rte_port_kni.h')
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | generic_segmentation_offload_lib.rst | 67 first part contains a copy of the original packet's headers, while the second 82 the original packet's headers, which must be prepended to each output segment. 83 These headers are copied from the original packet into each output segment. 158 and l3 headers. 163 which contain an outer IPv4 header, inner TCP/IPv4 or UDP/IPv4 headers, and 169 an outer IPv4 header, inner TCP/IPv4 headers, and an optional VLAN tag. 179 used to store the GSO segments' packet headers. 192 - the size of each output segment, including packet headers and payload, 204 - a flag, that indicates whether the IPv4 headers of output segments should 240 For tunneled packets, the outer IPv4 headers' checksums should also be
|
| H A D | rte_security.rst | 51 however all security protocol related headers are still attached to the 52 packet. e.g. In case of IPsec, the IPsec tunnel headers (if any), 53 ESP/AH headers will remain in the packet but the received packet 66 relevant security protocol headers. Only the data will not be 122 but all security protocol related headers are optionally removed from the 123 packet. e.g. in the case of IPsec, the IPsec tunnel headers (if any), 124 ESP/AH headers will be removed from the packet and the received packet 142 security protocol headers added to the packet. The driver will configure 145 adding the relevant protocol headers and encrypting the data before sending 203 optionally remove additional security headers from the packet. [all …]
|
| /dpdk/lib/ |
| H A D | meson.build | 116 headers = [] variable 117 indirect_headers = [] # public headers not directly included by apps 118 driver_sdk_headers = [] # public headers included by drivers 168 install_headers(headers) 173 dpdk_chkinc_headers += headers
|
| /dpdk/lib/eal/include/ |
| H A D | meson.build | 6 headers += files( 53 # special case install the generic headers, since they go in a subdir
|
| /dpdk/drivers/net/bnxt/ |
| H A D | meson.build | 11 headers = files('rte_pmd_bnxt.h') variable 22 headers = files('rte_pmd_bnxt.h') variable
|
| /dpdk/lib/eal/linux/include/ |
| H A D | meson.build | 6 headers += files(
|
| /dpdk/lib/eal/freebsd/include/ |
| H A D | meson.build | 6 headers += files(
|
| /dpdk/lib/pci/ |
| H A D | meson.build | 5 headers = files('rte_pci.h') variable
|
| /dpdk/lib/cfgfile/ |
| H A D | meson.build | 5 headers = files('rte_cfgfile.h') variable
|
| /dpdk/lib/timer/ |
| H A D | meson.build | 5 headers = files('rte_timer.h') variable
|
| /dpdk/lib/meter/ |
| H A D | meson.build | 5 headers = files('rte_meter.h') variable
|
| /dpdk/lib/eal/windows/include/ |
| H A D | meson.build | 6 headers += files(
|
| /dpdk/drivers/raw/dpaa2_cmdif/ |
| H A D | meson.build | 7 headers = files('rte_pmd_dpaa2_cmdif.h') variable
|
| /dpdk/lib/rcu/ |
| H A D | meson.build | 5 headers = files('rte_rcu_qsbr.h') variable
|
| /dpdk/lib/kvargs/ |
| H A D | meson.build | 7 headers = files('rte_kvargs.h') variable
|
| /dpdk/lib/bitratestats/ |
| H A D | meson.build | 5 headers = files('rte_bitrate.h') variable
|
| /dpdk/drivers/raw/dpaa2_qdma/ |
| H A D | meson.build | 7 headers = files('rte_pmd_dpaa2_qdma.h') variable
|
| /dpdk/lib/latencystats/ |
| H A D | meson.build | 5 headers = files('rte_latencystats.h') variable
|
| /dpdk/lib/gpudev/ |
| H A D | meson.build | 4 headers = files( variable
|
| /dpdk/drivers/bus/vdev/ |
| H A D | meson.build | 8 headers = files('rte_bus_vdev.h') variable
|
| /dpdk/examples/pipeline/examples/ |
| H A D | varbit.spec | 4 ; This simple example illustrates how to work with variable size headers. The assumed input packet 89 // Emit the Ethernet, IPv4 and UDP headers.
|