Re: [dpdk-dev] [PATCH v3] doc/guides: add details for new test structure

2021-11-26 Thread Thomas Monjalon
> >The testing guide is now updated to include details about using > >sub-testsuites. > >Some example code is given to demonstrate how they can be used. > > > >A note is also added to highlight the need for using vdev EAL args when > >running cryptodev tests. > > > >Signed-off-by: Ciara Power > >

Re: [dpdk-dev] [PATCH v3] doc/guides: add details for new test structure

2021-10-18 Thread Power, Ciara
>-Original Message- >From: Power, Ciara >Sent: Monday 18 October 2021 15:51 >To: dev@dpdk.org >Cc: Zhang, Roy Fan ; acon...@redhat.com; Power, >Ciara >Subject: [PATCH v3] doc/guides: add details for new test structure > >The testing guide is now updated to include details about using sub-

[dpdk-dev] [PATCH v3] doc/guides: add details for new test structure

2021-10-18 Thread Ciara Power
The testing guide is now updated to include details about using sub-testsuites. Some example code is given to demonstrate how they can be used. A note is also added to highlight the need for using vdev EAL args when running cryptodev tests. Signed-off-by: Ciara Power --- Depends-on: patch-10181