ip_frag: move fragmentation/reassembly headers into a library
authorAnatoly Burakov <anatoly.burakov@intel.com>
Wed, 28 May 2014 17:32:35 +0000 (18:32 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 16 Jun 2014 16:55:04 +0000 (18:55 +0200)
commit601e279df074a339334885a6f19de9f6db988755
treec510e3a64d563cab7f9aaa3d070fb475981e4325
parente88b42f818bc1a6d4ce6cb70371b66e37fa34f7d
ip_frag: move fragmentation/reassembly headers into a library

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
12 files changed:
config/common_bsdapp
config/common_linuxapp
examples/ip_reassembly/ipv4_frag_tbl.h [deleted file]
examples/ip_reassembly/ipv4_rsmbl.h [deleted file]
examples/ip_reassembly/main.c
examples/ipv4_frag/main.c
examples/ipv4_frag/rte_ipv4_frag.h [deleted file]
lib/Makefile
lib/librte_ip_frag/Makefile [new file with mode: 0644]
lib/librte_ip_frag/ipv4_frag_tbl.h [new file with mode: 0644]
lib/librte_ip_frag/rte_ip_frag.h [new file with mode: 0644]
lib/librte_ip_frag/rte_ipv4_rsmbl.h [new file with mode: 0644]