> > Add unit and performance tests for CPU crypto mode currently implemented > by AESNI-GCM cryptodev. Unit tests cover AES-GCM and GMAC test vectors. > > Signed-off-by: Marcin Smoczynski <marcinx.smoczyn...@intel.com> > Acked-by: Pablo de Lara <pablo.de.lara.gua...@intel.com> > ---
Is it not possible to add it in test_cryptodev.c? Why do we need to register a new test suite for aesni-mb when we already have one In test_cryptodev.c. All that code will get duplicated here.