Re: [dpdk-dev] [PATCH v2 1/3] security: support user specified IV

2021-09-06 Thread Akhil Goyal
> Enable user to provide IV to be used per security operation. This > would be used with lookaside protocol offload for comparing > against known vectors. > > By default, PMD would generate IV internally and would be random. > > Signed-off-by: Anoob Joseph > --- Acked-by: Akhil Goyal

[dpdk-dev] [PATCH v2 1/3] security: support user specified IV

2021-09-06 Thread Anoob Joseph
Enable user to provide IV to be used per security operation. This would be used with lookaside protocol offload for comparing against known vectors. By default, PMD would generate IV internally and would be random. Signed-off-by: Anoob Joseph --- doc/guides/rel_notes/release_21_11.rst | 5