RE: [PATCH v2] examples/fips_validation: fix memory allocation in AES MCT test

2022-10-07 Thread Akhil Goyal
> > Subject: [PATCH v2] examples/fips_validation: fix memory allocation in AES > > MCT test > > > > Instead of allocating memory in every external iteration, do once in the > > beginning of AES MCT tests and free at the end. > > > > Fixes: 8b8546aaedf (

RE: [PATCH v2] examples/fips_validation: fix memory allocation in AES MCT test

2022-09-23 Thread Dooley, Brian
> -Original Message- > From: Gowrishankar Muthukrishnan > Sent: Friday, August 12, 2022 12:47 PM > To: dev@dpdk.org > Cc: Anoob Joseph ; Zhang, Roy Fan > ; Dooley, Brian ; Akhil > Goyal ; Gowrishankar Muthukrishnan > > Subject: [PATCH v2] examples/fips_valida

[PATCH v2] examples/fips_validation: fix memory allocation in AES MCT test

2022-08-12 Thread Gowrishankar Muthukrishnan
Instead of allocating memory in every external iteration, do once in the beginning of AES MCT tests and free at the end. Fixes: 8b8546aaedf ("examples/fips_validation: add parsing for AES-CBC") Signed-off-by: Gowrishankar Muthukrishnan --- v2: - commit message. --- examples/fips_validation/mai