| /dpdk/doc/guides/howto/ |
| H A D | flow_bifurcation.rst | 17 the Linux kernel stack). It can direct some traffic, for example data plane 26 with physical functions (PF). The network adapter will direct traffic to a 31 network adapters. Filters can be configured to direct specific flows to a 33 types to direct flows to a Virtual Function or a queue that belong to it.
|
| H A D | vfd.rst | 8 a VF (SR-IOV Virtual Function) without direct access to the PF (SR-IOV
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | mbuf_lib.rst | 238 A direct buffer is a buffer that is completely separate and self-contained. 239 An indirect buffer behaves like a direct buffer but for the fact that the buffer pointer and 240 data offset in it refer to data in another direct buffer. 244 A buffer becomes indirect when it is "attached" to a direct buffer using the rte_pktmbuf_attach() f… 245 Each buffer has a reference counter field and whenever an indirect buffer is attached to the direct… 246 the reference counter on the direct buffer is incremented. 247 Similarly, whenever the indirect buffer is detached, the reference counter on the direct buffer is … 248 If the resulting reference counter is equal to 0, the direct buffer is freed since it is no longer … 255 Finally, it is not possible to reattach an indirect buffer to the direct buffer (unless it is detac…
|
| H A D | ip_fragment_reassembly_lib.rst | 23 Then L3 header is copied from the original mbuf into the 'direct' mbuf and updated to reflect new f… 26 Finally 'direct' and 'indirect' mbufs for each fragment are linked together via mbuf's next filed t… 28 The caller has an ability to explicitly specify which mempools should be used to allocate 'direct' … 30 For more information about direct and indirect mbufs, refer to :ref:`direct_indirect_buffer`.
|
| H A D | generic_segmentation_offload_lib.rst | 81 The first part of each output segment is a direct mbuf and contains a copy of 122 can point to only one direct mbuf), the solution here is to add another indirect 178 - a pointer to the mbuf pool for allocating the direct buffers, which are 186 An application may use the same pool for both direct and indirect
|
| H A D | efd_lib.rst | 15 packet enters the cluster, the ingress node will direct the packet to 43 function can be used to direct a certain flow to a target based on
|
| H A D | traffic_management.rst | 136 trending up or down. Queuing latency can be obtained using direct measurement or
|
| /dpdk/doc/guides/nics/ |
| H A D | igc.rst | 84 Add a rule to direct packet whose ``ether-type=0x801`` to queue 1: 90 Add a rule to direct packet whose ``ip-protocol=0x6(TCP), tcp_port=0x80`` to queue 1: 96 Add a rule to direct packet whose ``ip-protocol=0x6(TCP), SYN flag is set`` to queue 1:
|
| H A D | mvneta.rst | 61 MUSDK is a light-weight library that provides direct access to Marvell's
|
| H A D | netvsc.rst | 135 go as a single direct request. The default value is 512 (bytes).
|
| H A D | hns3.rst | 186 Add a rule to direct ``ipv4-udp`` packet whose ``dst_ip=2.2.2.5, src_ip=2.2.2.3,
|
| H A D | dpaa.rst | 309 direct ioctl based interfaces for FMAN configuration as used by the FMC tool
|
| H A D | pcap_ring.rst | 314 while the rte_ring specific functions are direct function calls in the code and are often inlined b…
|
| /dpdk/lib/stack/ |
| H A D | meson.build | 6 # subheaders, not for direct inclusion by apps
|
| /dpdk/lib/ring/ |
| H A D | meson.build | 6 # most sub-headers are not for direct inclusion
|
| /dpdk/drivers/net/dpaa/ |
| H A D | dpaa_fmc.c | 252 fmc->scheme[idx].storage_profile.direct && in dpaa_port_fmc_scheme_parse() 271 fmc->scheme[idx].storage_profile.direct && in dpaa_port_fmc_scheme_parse() 299 if (fmc->scheme[idx].storage_profile.direct) { in dpaa_port_fmc_scheme_parse()
|
| H A D | dpaa_flow.c | 322 scheme_params->param.storage_profile.direct = true; in set_scheme_params()
|
| /dpdk/buildtools/pkg-config/ |
| H A D | meson.build | 32 description: '''Internal-only DPDK pkgconfig file. Not for direct use.
|
| /dpdk/doc/guides/windows_gsg/ |
| H A D | build_dpdk.rst | 29 For example, Clang-LLVM direct download link::
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | nic_perf_intel_platform.rst | 16 **Note**: this has one of the most direct effects on performance.
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_16_07.rst | 248 Fix the ``rte_pktmbuf_detach()`` function to decrement the direct mbuf's 250 counter. This lead to a memory leak of the direct mbuf.
|
| H A D | release_2_1.rst | 13 generated the warning: "mbuf we're attaching to must be direct". 19 * Get the pointer to the mbuf that embeds the data buffer (direct mbuf), 22 When detaching the mbuf, we can now retrieve this direct mbuf as the
|
| /dpdk/drivers/net/dpaa/fmlib/ |
| H A D | fm_pcd_ext.h | 1417 bool direct; member 1454 bool direct; member
|
| H A D | fm_port_ext.h | 386 bool direct; member
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | ipv4_multicast.rst | 98 Memory pools for indirect buffers are initialized differently from the memory pool for direct buffe…
|