[dpdk-dev] [PATCH 2/2] test/crypto: do not check for IMB_VERSION_NUM

De Lara Guarch, Pablo pablo.de.lara.guarch at intel.com
Tue Apr 14 19:22:16 CEST 2020


Hi Thomas,

> -----Original Message-----
> From: Thomas Monjalon <thomas at monjalon.net>
> Sent: Tuesday, April 14, 2020 11:34 AM
> To: Doherty, Declan <declan.doherty at intel.com>; akhil.goyal at nxp.com; Zhang,
> Roy Fan <roy.fan.zhang at intel.com>; De Lara Guarch, Pablo
> <pablo.de.lara.guarch at intel.com>
> Cc: dev at dpdk.org; De Lara Guarch, Pablo <pablo.de.lara.guarch at intel.com>
> Subject: Re: [PATCH 2/2] test/crypto: do not check for IMB_VERSION_NUM
> 
> 14/04/2020 12:22, Pablo de Lara:
> > Now that capabilities are checked to see if an algorithm is supported
> > by a device, there is no need to check for a specific version of a
> > library used in a PMD.
> 
> Yes, and even no need to check the PMD at all.
> All *_TEST_TARGET_PMD_* constants should be removed.
> 

I am currently working on this. However, I would like to split this effort
into multiple patchsets. A first one addressing the problem of needing to check for
specific information from PMDs (such as IMB_VERSION_NUM), which should not
have any effect on the number of test cases ran for each PMD, and another one which
addresses your comment, and that will enable test cases for all PMDs.
This last patchset will require testing from all PMD maintainers and it is a less urgent
problem to resolve, so we can decide if we want to merge it in this release or wait
for more time in 20.08.

Thanks,
Pablo


More information about the dev mailing list