Re: [dpdk-dev] [PATCH] examples/fips_validation: bypass the unsupported test vectors

2020-10-09 Thread Akhil Goyal
> Bypass the test vectors of unsupported crypto transform > for SHA. > > Signed-off-by: Archana Muniganti > --- Applied to dpdk-next-crypto Thanks.

[dpdk-dev] [PATCH] examples/fips_validation: bypass the unsupported test vectors

2020-09-16 Thread Archana Muniganti
Bypass the test vectors of unsupported crypto transform for SHA. Signed-off-by: Archana Muniganti --- examples/fips_validation/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/fips_validation/main.c b/examples/fips_validation/main.c index efd32a8..bde779c 1