> > 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 <[email protected]> > Acked-by: Pablo de Lara <[email protected]> > ---
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.

