[dpdk-dev] [dpdk-dev 0/2] fips_validation: add SGL and GMAC support

Fan Zhang roy.fan.zhang at intel.com
Tue Aug 18 14:17:18 CEST 2020


This patchset adds SGL and GMAC support to fips_validation sample
application. The added cmdline option allows user to split the input
data into multiple mbuf segments to test SGL feature of the target
cryptodev PMD; The NIST GCMVS compliant GMAC test method support is also
added in this patchset.

Fan Zhang (2):
  fips_validation: add SGL support
  fips_validation: update GCM test

 doc/guides/rel_notes/release_20_11.rst        |   5 +
 doc/guides/sample_app_ug/fips_validation.rst  |   6 +
 examples/fips_validation/fips_validation.h    |  29 +-
 .../fips_validation/fips_validation_gcm.c     | 118 ++++-
 examples/fips_validation/main.c               | 441 +++++++++++++-----
 5 files changed, 459 insertions(+), 140 deletions(-)

-- 
2.20.1



More information about the dev mailing list