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

2020-10-09 Thread Zhang, Roy Fan
Hi, NP. Regards, Fan > -Original Message- > From: Akhil Goyal > Sent: Friday, October 9, 2020 7:24 PM > To: Zhang, Roy Fan ; dev@dpdk.org > Cc: Trahe, Fiona ; Kusztal, ArkadiuszX > ; Dybkowski, AdamX > > Subject: RE: [dpdk-dev v2 0/2] fips_validation: add SGL and GMAC support > > Hi F

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

2020-10-09 Thread Akhil Goyal
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 > add

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

2020-09-04 Thread Fan Zhang
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.