Home
last modified time | relevance | path

Searched refs:direct (Results 1 – 25 of 37) sorted by relevance

12

/dpdk/doc/guides/howto/
H A Dflow_bifurcation.rst17 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 Dvfd.rst8 a VF (SR-IOV Virtual Function) without direct access to the PF (SR-IOV
/dpdk/doc/guides/prog_guide/
H A Dmbuf_lib.rst238 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 Dip_fragment_reassembly_lib.rst23 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 Dgeneric_segmentation_offload_lib.rst81 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 Defd_lib.rst15 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 Dtraffic_management.rst136 trending up or down. Queuing latency can be obtained using direct measurement or
/dpdk/doc/guides/nics/
H A Digc.rst84 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 Dmvneta.rst61 MUSDK is a light-weight library that provides direct access to Marvell's
H A Dnetvsc.rst135 go as a single direct request. The default value is 512 (bytes).
H A Dhns3.rst186 Add a rule to direct ``ipv4-udp`` packet whose ``dst_ip=2.2.2.5, src_ip=2.2.2.3,
H A Ddpaa.rst309 direct ioctl based interfaces for FMAN configuration as used by the FMC tool
H A Dpcap_ring.rst314 while the rte_ring specific functions are direct function calls in the code and are often inlined b…
/dpdk/lib/stack/
H A Dmeson.build6 # subheaders, not for direct inclusion by apps
/dpdk/lib/ring/
H A Dmeson.build6 # most sub-headers are not for direct inclusion
/dpdk/drivers/net/dpaa/
H A Ddpaa_fmc.c252 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 Ddpaa_flow.c322 scheme_params->param.storage_profile.direct = true; in set_scheme_params()
/dpdk/buildtools/pkg-config/
H A Dmeson.build32 description: '''Internal-only DPDK pkgconfig file. Not for direct use.
/dpdk/doc/guides/windows_gsg/
H A Dbuild_dpdk.rst29 For example, Clang-LLVM direct download link::
/dpdk/doc/guides/linux_gsg/
H A Dnic_perf_intel_platform.rst16 **Note**: this has one of the most direct effects on performance.
/dpdk/doc/guides/rel_notes/
H A Drelease_16_07.rst248 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 Drelease_2_1.rst13 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 Dfm_pcd_ext.h1417 bool direct; member
1454 bool direct; member
H A Dfm_port_ext.h386 bool direct; member
/dpdk/doc/guides/sample_app_ug/
H A Dipv4_multicast.rst98 Memory pools for indirect buffers are initialized differently from the memory pool for direct buffe…

12