mbox series

[v2,0/2] fips_validation: add SGL and GMAC support

Message ID 20200904160945.24590-1-roy.fan.zhang@intel.com (mailing list archive)
Headers
Series fips_validation: add SGL and GMAC support |

Message

Fan Zhang Sept. 4, 2020, 4:09 p.m. UTC
  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(-)
  

Comments

Akhil Goyal Oct. 9, 2020, 6:23 p.m. UTC | #1
Hi Fan,
> 
> 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.
> 
Could you please rebase this patch on TOT of dpdk-next-crypto

I have applied all patches of fips. Just this one is left.

Regards,
Akhil
  
Fan Zhang Oct. 9, 2020, 6:47 p.m. UTC | #2
Hi,

NP.

Regards,
Fan

> -----Original Message-----
> From: Akhil Goyal <akhil.goyal@nxp.com>
> Sent: Friday, October 9, 2020 7:24 PM
> To: Zhang, Roy Fan <roy.fan.zhang@intel.com>; dev@dpdk.org
> Cc: Trahe, Fiona <fiona.trahe@intel.com>; Kusztal, ArkadiuszX
> <arkadiuszx.kusztal@intel.com>; Dybkowski, AdamX
> <adamx.dybkowski@intel.com>
> Subject: RE: [dpdk-dev v2 0/2] fips_validation: add SGL and GMAC support
> 
> Hi Fan,
> >
> > 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.
> >
> Could you please rebase this patch on TOT of dpdk-next-crypto
> 
> I have applied all patches of fips. Just this one is left.
> 
> Regards,
> Akhil