Hi Marko, Could you please review this series.
Regards, Akhil > -----Original Message----- > From: [email protected] <[email protected]> > Sent: Tuesday, October 1, 2019 4:53 PM > To: Akhil Goyal <[email protected]> > Cc: [email protected]; [email protected]; [email protected]; > [email protected] > Subject: [PATCH v3 0/3] support ECB for AES and TDES > > From: Michael Shamis <[email protected]> > > v3: > Changed patch names to comply DPDK contributing > requirements > v2: > fips_validation-separation-between-HMAC-SHA.patch > has been moved to fix patch > > Michael Shamis (3): > examples/fips_validation: add TDES ECB support > examples/fips_validation: add AES ECB support > examples/fips_validation: separate ECB and CBC > > examples/fips_validation/fips_validation.c | 1 + > examples/fips_validation/fips_validation.h | 7 + > .../fips_validation/fips_validation_aes.c | 1 + > .../fips_validation/fips_validation_tdes.c | 7 + > examples/fips_validation/main.c | 189 +++++++++++++++--- > 5 files changed, 179 insertions(+), 26 deletions(-) > > -- > 2.23.0

