Hi Konstantin, On Wed, Jul 25, 2018 at 09:11:30AM +0000, Ananyev, Konstantin wrote: > Hi Cody, > > > -----Original Message----- > > From: Cody Doucette [mailto:[email protected]] > > Sent: Thursday, July 19, 2018 4:58 PM > > To: Ananyev, Konstantin <[email protected]>; Olivier Matz > > <[email protected]>; Dumitrescu, Cristian > > <[email protected]> > > Cc: [email protected]; [email protected]; Cody Doucette <[email protected]>; > > Qiaobin Fu <[email protected]> > > Subject: [PATCH v2] ip_frag: extend rte_ipv6_frag_get_ipv6_fragment_header() > > > > Extend rte_ipv6_frag_get_ipv6_fragment_header() to skip over any > > other IPv6 extension headers when finding the fragment header. > > > > 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 <[email protected]> > > Signed-off-by: Qiaobin Fu <[email protected]> > > Reviewed-by: Michel Machado <[email protected]> > > --- > > v2: > > * Moved IPv6 extension header definitions to lib_net. > > > > Looks ok to me, though now drivers/net/failsafe fails to build on freebsd: > http://mails.dpdk.org/archives/test-report/2018-July/060532.html > > I fixed that locally by commenting out: > CFLAGS += -D_XOPEN_SOURCE=700 > at drivers/net/failsafe/Makefile > > Not sure what is the root cause here. > Gaetan, do you remember why we need it for failsafe driver? > Konstantin >
IIRC, I was using it during the parameters parsing. I don't see this reason anymore. Removing it I don't see any issue so if you need to, have at it! -- Gaëtan Rivet 6WIND

