> -----Original Message----- > From: dev <[email protected]> On Behalf Of Fan Zhang > Sent: Friday, September 4, 2020 5:10 PM > To: [email protected] > Cc: [email protected]; Trahe, Fiona <[email protected]>; Kusztal, > ArkadiuszX <[email protected]>; Dybkowski, AdamX > <[email protected]>; Zhang, Roy Fan <[email protected]> > 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 <[email protected]> > --- > 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 <[email protected]>

