> Subject: [PATCH] examples/ipsec-secgw: fix AES-CTR IV length > > Set AES-CTR IV length to 8 in SA config as it is used for per packet IV > length and > set it to 16 in xform since the application populates 16B IV in the datapath. > AES- > CTR requires 16B IV constructed from nonce and counter. > > Fixes: 5ff7502f345e ("examples/ipsec-secgw: set AES-CTR IV length to 16") > > Signed-off-by: Tejasree Kondoj <ktejas...@marvell.com>
Acked-by: Anoob Joseph <ano...@marvell.com>