> Subject: [PATCH v4 4/5] test/crypto: add IV gen tests > > From: Tejasree Kondoj <ktejas...@marvell.com> > > Add test cases to verify IV generated by PMD.
Title and description of the patch do not specify that This is for lookaside IPSec. Title: test/crypto: add IV gen cases for IPsec Description: Added cases to verify the IV generated by PMD for lookaside IPsec use case. It can also be mentioned that encap and decap are done One after the other so that known test vector is not required. Apart from that, Acked-by: Akhil Goyal <gak...@marvell.com> > > Signed-off-by: Anoob Joseph <ano...@marvell.com> > Signed-off-by: Tejasree Kondoj <ktejas...@marvell.com> > ---