Re: [PATCH] examples/ipsec-secgw: revert fix SA salt endianness

2024-07-29 Thread Thomas Monjalon
29/07/2024 15:13, Radu Nicolau: > > On 29-Jul-24 1:57 PM, Vladimir Medvedkin wrote: > > The previous commit swapped the bytes of SA salt which > > led to incorrect work of the ipsec-secgw application. > > This patch reverts the previous commit and changes > > the type of the salt field in the ipse

Re: [PATCH] examples/ipsec-secgw: revert fix SA salt endianness

2024-07-29 Thread Radu Nicolau
On 29-Jul-24 1:57 PM, Vladimir Medvedkin wrote: The previous commit swapped the bytes of SA salt which led to incorrect work of the ipsec-secgw application. This patch reverts the previous commit and changes the type of the salt field in the ipsec_sa structure. Fixes: e6bfd9676109 ("examples/i

[PATCH] examples/ipsec-secgw: revert fix SA salt endianness

2024-07-29 Thread Vladimir Medvedkin
The previous commit swapped the bytes of SA salt which led to incorrect work of the ipsec-secgw application. This patch reverts the previous commit and changes the type of the salt field in the ipsec_sa structure. Fixes: e6bfd9676109 ("examples/ipsec-secgw: fix SA salt endianness") Cc: shihong.w..