numam-dpdk/lib/librte_ip_frag
Anatoly Burakov 4dc5d0ad3b ip_frag: custom memmove
Some implementations of memmove may make a copy of src before writing to
dst. We avoid that by explicitly writing from src to dst backwards.

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
2014-06-26 22:51:30 +02:00
..
ip_frag_common.h ip_frag: remove unneeded rte prefixes 2014-06-26 22:49:44 +02:00
ip_frag_internal.c ip_frag: fix order of key compare arguments 2014-06-26 22:51:07 +02:00
Makefile ip_frag: add IPv6 reassembly 2014-06-16 18:55:05 +02:00
rte_ip_frag_common.c ip_frag: clean includes 2014-06-17 02:37:28 +02:00
rte_ip_frag.h ip_frag: fix comment 2014-06-26 22:50:49 +02:00
rte_ipv4_fragmentation.c ip_frag: remove unneeded rte prefixes 2014-06-26 22:49:44 +02:00
rte_ipv4_reassembly.c ip_frag: fix debug macros 2014-06-26 22:50:57 +02:00
rte_ipv6_fragmentation.c ip_frag: remove unneeded rte prefixes 2014-06-26 22:49:44 +02:00
rte_ipv6_reassembly.c ip_frag: custom memmove 2014-06-26 22:51:30 +02:00