ip_frag: add IPv6 fragmentation support
authorAnatoly Burakov <anatoly.burakov@intel.com>
Wed, 28 May 2014 17:32:43 +0000 (18:32 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 16 Jun 2014 16:55:05 +0000 (18:55 +0200)
commit0aa31d7a5929a95580f6a54765a618d2b2615f4b
treeb2dbed485f027443141864ba2068a0772a003b16
parent5ab22ca3ba7f120e0268bffc5cc2ae21d7e940a4
ip_frag: add IPv6 fragmentation support

Mostly a copy-paste of IPv4.

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
lib/librte_ip_frag/Makefile
lib/librte_ip_frag/rte_ip_frag.h
lib/librte_ip_frag/rte_ipv6_fragmentation.c [new file with mode: 0644]