Re: [dpdk-dev] [PATCH] examples/ip_pipeline: fix ipv6 address endianness

2018-10-08 Thread Dumitrescu, Cristian
> -Original Message- > From: Pattan, Reshma > Sent: Friday, September 28, 2018 5:19 PM > To: dev@dpdk.org; Dumitrescu, Cristian ; > Singh, Jasvinder > Cc: Pattan, Reshma > Subject: [PATCH] examples/ip_pipeline: fix ipv6 address endianness > > Fix ipv6 endianness from big endian to cpu

[dpdk-dev] [PATCH] examples/ip_pipeline: fix ipv6 address endianness

2018-09-28 Thread Reshma Pattan
Fix ipv6 endianness from big endian to cpu order. Fixes: a3a95b7d58 ("examples/ip_pipeline: add table entry commands") Signed-off-by: Reshma Pattan --- examples/ip_pipeline/thread.c | 40 +-- 1 file changed, 24 insertions(+), 16 deletions(-) diff --git a/example