numam-dpdk/lib/ip_frag
Huichao Cai 4aee6110bb ip_frag: add IPv4 fragment copy
Some NIC drivers support MBUF_FAST_FREE (device supports optimization
for fast release of mbufs. When set, application must guarantee that
per-queue all mbufs comes from the same mempool, has refcnt = 1, direct
and non-segmented.) offload.
In order to adapt to this offload function, add this API.
Add some test data for this API.

Signed-off-by: Huichao Cai <chcchc88@163.com>
Acked-by: Konstantin Ananyev <konstantin.v.ananyev@yandex.ru>
2022-08-29 16:24:18 +02:00
..
ip_frag_common.h ip_frag: hide internal structures 2021-11-08 22:37:47 +01:00
ip_frag_internal.c
ip_reassembly.h replace zero-length arrays with flexible ones 2022-06-07 16:44:21 +02:00
meson.build
rte_ip_frag_common.c lib: remove unneeded header includes 2022-02-22 13:10:39 +01:00
rte_ip_frag.h ip_frag: add IPv4 fragment copy 2022-08-29 16:24:18 +02:00
rte_ipv4_fragmentation.c ip_frag: add IPv4 fragment copy 2022-08-29 16:24:18 +02:00
rte_ipv4_reassembly.c fix spelling in comments and doxygen 2021-11-16 17:57:09 +01:00
rte_ipv6_fragmentation.c remove repeated 'the' in the code 2021-11-26 11:28:34 +01:00
rte_ipv6_reassembly.c ip_frag: add namespace 2021-11-17 10:29:14 +01:00
version.map ip_frag: add IPv4 fragment copy 2022-08-29 16:24:18 +02:00