RE: [PATCH v3] examples/ipsec-secgw: set AES-CTR IV length to 16

2023-02-27 Thread Akhil Goyal
> Subject: [PATCH v3] examples/ipsec-secgw: set AES-CTR IV length to 16 > > Set AES-CTR IV length to 16 which includes > 8B per packet IV, 4B nonce and 4B counter > as populated in datapath. > > Signed-off-by: Tejasree Kondoj Acked-by: Akhil Goyal Applied to dpdk-next-crypto Thanks.

[PATCH v3] examples/ipsec-secgw: set AES-CTR IV length to 16

2023-02-23 Thread Tejasree Kondoj
Set AES-CTR IV length to 16 which includes 8B per packet IV, 4B nonce and 4B counter as populated in datapath. Signed-off-by: Tejasree Kondoj --- v3: * Changed IV length in initialization. v2: * Rebased v1 examples/ipsec-secgw/sa.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) dif