[Accel-config] Re: [PATCH 0/3] accel-config/test: Split shared/dedicated wq
Dave Jiang <dave.jiang at intel.com> Tue, 17 Aug 2021 09:14:28 -0700
| Newsgroups | dev.linux.lists.accel-config |
|---|---|
| Message-ID | <[email protected]> |
On 8/11/2021 7:34 PM, ramesh.thomas(a)intel.com wrote: > From: Ramesh Thomas <ramesh.thomas(a)intel.com> > > Shared and Dedicated wqs require different handling so split their > configuration functions. Split tests that call them into 2. Add an > option for tests to return a status indicating feature not supported > which will result in *skipped* being printed in their status. Skipping > test this way will not abort the entire unit test. > > Ramesh Thomas (3): > accel-config/test: Add support for skipping tests > accel-config/test: Split config func to handle sh and ded wqs > accel-config/test: Skip shared wq config test if shm support > > test/libaccfg.c | 100 +++++++++++++++++++++++++++++++++++------------- > 1 file changed, 74 insertions(+), 26 deletions(-) Reviewed-by: Dave Jiang <dave.jiang(a)intel.com>