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

2021-08-06 Thread Mcnamara, John
Acked-by: John McNamara

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

2021-08-03 Thread Power, Ciara
>-Original Message- >From: Thomas Monjalon >Sent: Saturday 31 July 2021 18:42 >To: Power, Ciara >Cc: dev@dpdk.org; Zhang, Roy Fan ; Doherty, >Declan ; acon...@redhat.com >Subject: Re: [dpdk-dev] [PATCH v2] doc/guides: add details for new test >structure > >

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

2021-07-31 Thread Thomas Monjalon
16/07/2021 15:40, 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. The trend is to avoid adding code in the doc, but include some existing code with literalinclude instead. Can it be a

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

2021-07-19 Thread Zhang, Roy Fan
> -Original Message- > From: Power, Ciara > Sent: Friday, July 16, 2021 2:40 PM > To: dev@dpdk.org > Cc: Zhang, Roy Fan ; Doherty, Declan > ; acon...@redhat.com; Power, Ciara > > Subject: [PATCH v2] doc/guides: add details for new test structure > > The testing guide is now updated to in

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

2021-07-16 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. Depends-on: patch-95866 ("guides: add a guide for develo