[dpdk-dev] [PATCH] lib/ip_frag: fix IP reassembly not working issue

2016-11-08 Thread Lu, Wenzhuo
Hi Thomas, > -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Tuesday, November 8, 2016 4:28 AM > To: Lu, Wenzhuo > Cc: dev at dpdk.org; adrien.mazarguil at 6wind.com; Ananyev, Konstantin > Subject: Re: [dpdk-dev] [PATCH] l

[dpdk-dev] [PATCH] lib/ip_frag: fix IP reassembly not working issue

2016-11-07 Thread Thomas Monjalon
2016-11-06 12:16, Wenzhuo Lu: > 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: 347a1e037fd3 (lib: use C99 syntax for zero-size

[dpdk-dev] [PATCH] lib/ip_frag: fix IP reassembly not working issue

2016-11-06 Thread Wenzhuo Lu
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: 347a1e037fd3 (lib: use C99 syntax for zero-size arrays) Reported-by: Huilong Xu