Re: [dpdk-dev] [PATCH v4 3/3] ip_frag: extend IPv6 extension header parsing

2018-10-30 Thread Cody Doucette
Please ignore v4 since I renamed something and caused a duplicate patch to be sent. I will send a clean v5. Cody On Tue, Oct 30, 2018 at 8:12 PM Cody Doucette wrote: > Add the ability to parse IPv6 extenders to find the > IPv6 fragment header, and update callers. > > According to RFC 8200, ther

[dpdk-dev] [PATCH v4 3/3] ip_frag: extend IPv6 extension header parsing

2018-10-30 Thread Cody Doucette
Add the ability to parse IPv6 extenders to find the IPv6 fragment header, and update callers. According to RFC 8200, there is no guarantee that the IPv6 Fragment extension header will come before any other extension header, even though it is recommended. Signed-off-by: Cody Doucette Signed-off-b