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

Fan Zhang roy.fan.zhang at intel.com
Fri Sep 4 18:09:43 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.

V2:
- Fixed compile issue.

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               | 442 +++++++++++++-----
 5 files changed, 460 insertions(+), 140 deletions(-)

-- 
2.20.1



More information about the dev mailing list