Home
last modified time | relevance | path

Searched refs:rte_pktmbuf_attach (Results 1 – 9 of 9) sorted by relevance

/dpdk/lib/gso/
H A Dgso_common.c89 rte_pktmbuf_attach(pyld_segment, pkt_in); in gso_do_segment()
/dpdk/lib/ip_frag/
H A Drte_ipv6_fragmentation.c149 rte_pktmbuf_attach(out_seg, in_seg); in rte_ipv6_fragment_packet()
H A Drte_ipv4_fragmentation.c154 rte_pktmbuf_attach(out_seg, in_seg); in rte_ipv4_fragment_packet()
/dpdk/doc/guides/prog_guide/
H A Dmbuf_lib.rst244 A buffer becomes indirect when it is "attached" to a direct buffer using the rte_pktmbuf_attach() f…
252 Attempting to attach buffer A to indirect buffer B that is attached to C, makes rte_pktmbuf_attach(…
257 While the attach/detach operations can be invoked directly using the recommended rte_pktmbuf_attach
H A Dip_fragment_reassembly_lib.rst15 To avoid copying of the actual packet's data zero-copy technique is used (rte_pktmbuf_attach).
/dpdk/lib/mbuf/
H A Drte_mbuf.h1126 static inline void rte_pktmbuf_attach(struct rte_mbuf *mi, struct rte_mbuf *m) in rte_pktmbuf_attach() function
H A Drte_mbuf.c529 rte_pktmbuf_attach(mi, md); in rte_pktmbuf_clone()
/dpdk/app/test/
H A Dtest_mbuf.c616 rte_pktmbuf_attach(clone, m); in test_attach_from_different_pool()
645 rte_pktmbuf_attach(clone2, clone); in test_attach_from_different_pool()
/dpdk/doc/guides/rel_notes/
H A Drelease_2_1.rst12 This feature removes a limitation of ``rte_pktmbuf_attach()`` which