[dpdk-dev] [dpdk-dev v2 1/2] fips_validation: add SGL support
Griffin, John
john.griffin at intel.com
Thu Sep 17 11:20:08 CEST 2020
> -----Original Message-----
> From: dev <dev-bounces at dpdk.org> On Behalf Of Fan Zhang
> Sent: Friday, September 4, 2020 5:10 PM
> To: dev at dpdk.org
> Cc: akhil.goyal at nxp.com; Trahe, Fiona <fiona.trahe at intel.com>; Kusztal,
> ArkadiuszX <arkadiuszx.kusztal at intel.com>; Dybkowski, AdamX
> <adamx.dybkowski at intel.com>; Zhang, Roy Fan <roy.fan.zhang at intel.com>
> Subject: [dpdk-dev] [dpdk-dev v2 1/2] fips_validation: add SGL support
>
> This patch adds SGL support to FIPS sample application.
> Originally the application allocates single mbuf of 64KB - 1 bytes data room.
> With the change the user may reduce the mbuf dataroom size by using the
> add cmdline option. If the input test data is longer than the user provided
> data room size the application will automatically build chained mbufs for the
> target cryptodev PMD to test.
>
> Signed-off-by: Fan Zhang <roy.fan.zhang at intel.com>
> ---
> doc/guides/sample_app_ug/fips_validation.rst | 6 +
> examples/fips_validation/fips_validation.h | 3 +-
> examples/fips_validation/main.c | 377 +++++++++++++------
> 3 files changed, 271 insertions(+), 115 deletions(-)
>
> --
> 2.20.1
Acked-by: John Griffin <john.griffin at intel.com>
More information about the dev
mailing list