Re: [dpdk-dev] [PATCH v5 2/3] net: add IPv6 extension header definitions

2018-11-05 Thread Olivier Matz
On Wed, Oct 31, 2018 at 06:03:37PM +0100, Thomas Monjalon wrote: > 31/10/2018 03:17, Cody Doucette: > > Add a common IPv6 extension header and an inline function > > for determining whether a next header field represents > > an IPv6 extension header. > > > > Signed-off-by: Cody Doucette > > Oliv

Re: [dpdk-dev] [PATCH v5 2/3] net: add IPv6 extension header definitions

2018-10-31 Thread Thomas Monjalon
31/10/2018 03:17, Cody Doucette: > Add a common IPv6 extension header and an inline function > for determining whether a next header field represents > an IPv6 extension header. > > Signed-off-by: Cody Doucette Olivier, is this patch OK?

[dpdk-dev] [PATCH v5 2/3] net: add IPv6 extension header definitions

2018-10-30 Thread Cody Doucette
Add a common IPv6 extension header and an inline function for determining whether a next header field represents an IPv6 extension header. Signed-off-by: Cody Doucette --- lib/librte_net/rte_ip.h | 27 +++ 1 file changed, 27 insertions(+) diff --git a/lib/librte_net/rte_

[dpdk-dev] [PATCH v5 2/3] net: add IPv6 extension header definitions

2018-10-30 Thread Cody Doucette
Add a common IPv6 extension header and an inline function for determining whether a next header field represents an IPv6 extension header. Signed-off-by: Cody Doucette --- lib/librte_net/rte_ip.h | 27 +++ 1 file changed, 27 insertions(+) diff --git a/lib/librte_net/rte_