> -----Original Message-----
> From: Pattan, Reshma
> Sent: Friday, September 28, 2018 5:19 PM
> To: dev@dpdk.org; Dumitrescu, Cristian <cristian.dumitre...@intel.com>;
> Singh, Jasvinder <jasvinder.si...@intel.com>
> Cc: Pattan, Reshma <reshma.pat...@intel.com>
> Subject: [PATCH] examples/ip_pipeline: fix ipv6 address endianness
>
> Fix ipv6 endianness from big endian to cpu order.
>
> Fixes: a3a95b7d58 ("examples/ip_pipeline: add table entry commands")
>
> Signed-off-by: Reshma Pattan <reshma.pat...@intel.com>
> ---
> examples/ip_pipeline/thread.c | 40 +++++++++++++++++++++--------------
> 1 file changed, 24 insertions(+), 16 deletions(-)
>
Acked-by: Cristian Dumitrescu <cristian.dumitre...@intel.com>
Applied on next-pipeline tree, thanks!