Re: [dpdk-dev] [PATCH v2 5/6] examples/ipsec-secgw: iv should be be64

2017-10-20 Thread Radu Nicolau
On 10/19/2017 7:53 PM, avia...@dev.mellanox.co.il wrote: From: Aviad Yehezkel According to rfc4106 the IV should be unique and can be implemented as counter. The changed was created because putting an analyzer on wire and comparing packets generated by this application and Linux kernel. Linux

[dpdk-dev] [PATCH v2 5/6] examples/ipsec-secgw: iv should be be64

2017-10-19 Thread aviadye
From: Aviad Yehezkel According to rfc4106 the IV should be unique and can be implemented as counter. The changed was created because putting an analyzer on wire and comparing packets generated by this application and Linux kernel. Linux kernel sets IV as BE, so it is worth to do the same for futu