Hi Anoob/Ankur, > From: Anoob Joseph <ano...@marvell.com> > > This patch enables the generic crypto tests for OCTEON TX PMDs. > Reomves the PMD specific tests.
Spell check. > > Signed-off-by: Ankur Dwivedi <adwiv...@marvell.com> > Signed-off-by: Anoob Joseph <ano...@marvell.com> > --- > app/test/test_cryptodev.c | 769 > +--------------------------------------------- > 1 file changed, 2 insertions(+), 767 deletions(-) > Please split this patch into two patches. When I try to apply this patch, The contents of this patch gets changed. I believe a lot of similar lines of Code make git confused and it jumble up the code. So probably, you can remove the PMD specific cases in one patch and Testsuite in the other one. Rename the title of the patch as test/crypto: use generic testsuite for OCTEON TX/TX2