Re: [dpdk-dev] [EXT] [PATCH v2] examples/l2fwd-crypto: support cipher multiple data-unit
From: Akhil Goyal <hidden>
Date: 2021-07-30 19:13:26
From: Akhil Goyal <hidden>
Date: 2021-07-30 19:13:26
The support for multiple data-units includes the next: - Add a new command-line argument to provide the data-unit length. - Set the length in the cipher xform. - Validate device capabilities for this feature. - Pad the AES-XTS operation length to be aligned to the defined data-unit. Signed-off-by: Matan Azrad <redacted> ---
Acked-by: Akhil Goyal <redacted> Applied to dpdk-next-crypto Thanks