Re: [dpdk-dev] [PATCH 08/11] examples/ipsec-secgw: iv should be be64

2017-10-16 Thread Sergio Gonzalez Monroy
On 16/10/2017 11:35, Aviad Yehezkel wrote: On 10/16/2017 12:42 PM, Sergio Gonzalez Monroy wrote: On 14/10/2017 14:28, avia...@dev.mellanox.co.il wrote: From: Aviad Yehezkel To be compatibile with Linux kernel I am not sure what you are trying to achieve with this change. The requirement is

Re: [dpdk-dev] [PATCH 08/11] examples/ipsec-secgw: iv should be be64

2017-10-16 Thread Aviad Yehezkel
On 10/16/2017 12:42 PM, Sergio Gonzalez Monroy wrote: On 14/10/2017 14:28, avia...@dev.mellanox.co.il wrote: From: Aviad Yehezkel To be compatibile with Linux kernel I am not sure what you are trying to achieve with this change. The requirement is that the IV is unique, IMO changing the end

Re: [dpdk-dev] [PATCH 08/11] examples/ipsec-secgw: iv should be be64

2017-10-16 Thread Sergio Gonzalez Monroy
On 14/10/2017 14:28, avia...@dev.mellanox.co.il wrote: From: Aviad Yehezkel To be compatibile with Linux kernel I am not sure what you are trying to achieve with this change. The requirement is that the IV is unique, IMO changing the endianess is irrelevant here. Can you provide case/exampl

Re: [dpdk-dev] [PATCH 08/11] examples/ipsec-secgw: iv should be be64

2017-10-15 Thread Aviad Yehezkel
On 10/14/2017 4:28 PM, avia...@dev.mellanox.co.il wrote: From: Aviad Yehezkel To be compatibile with Linux kernel Signed-off-by: Aviad Yehezkel --- examples/ipsec-secgw/esp.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/ipsec-secgw/esp.c b/examples

[dpdk-dev] [PATCH 08/11] examples/ipsec-secgw: iv should be be64

2017-10-14 Thread aviadye
From: Aviad Yehezkel To be compatibile with Linux kernel Signed-off-by: Aviad Yehezkel --- examples/ipsec-secgw/esp.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/ipsec-secgw/esp.c b/examples/ipsec-secgw/esp.c index aa2233d..81ebf55 100644 --- a/examples