numam-dpdk/lib/librte_ip_frag
Wenzhuo Lu 91cd905af9 ip_frag: fix IP reassembly regression
After changing pkt[0] to pkt[], the example IP reassembly is not working.
It's weird because this change is fine. There should be no difference
between them.
As a workaround, revert this change.

Fixes: 347a1e037f ("lib: use C99 syntax for zero-size arrays")

Reported-by: Huilong Xu <huilongx.xu@intel.com>
Signed-off-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
2016-11-07 21:27:50 +01:00
..
ip_frag_common.h eal: add assert macro for debug 2016-05-02 15:31:17 +02:00
ip_frag_internal.c remove extra parentheses in return statement 2016-02-10 15:47:50 +01:00
Makefile ip_frag: fix missing dependency on hash library 2016-10-05 15:47:23 +02:00
rte_ip_frag_common.c lib: remove extra parenthesis after return 2015-06-23 23:31:15 +02:00
rte_ip_frag.h ip_frag: fix IP reassembly regression 2016-11-07 21:27:50 +01:00
rte_ipfrag_version.map
rte_ipv4_fragmentation.c eal: add assert macro for debug 2016-05-02 15:31:17 +02:00
rte_ipv4_reassembly.c ip_frag: fix double free of chained mbufs 2016-05-02 12:37:48 +02:00
rte_ipv6_fragmentation.c eal: add assert macro for debug 2016-05-02 15:31:17 +02:00
rte_ipv6_reassembly.c ip_frag: fix double free of chained mbufs 2016-05-02 12:37:48 +02:00