Re: [Intel-gfx] [PATCH i-g-t v2 12/17] lib/ktap: Use IGT linked lists for storing KTAP results

2023-09-15 Thread Mauro Carvalho Chehab
On Fri, 8 Sep 2023 14:32:46 +0200 Janusz Krzysztofik wrote: > For code simplicity and clarity, use existing IGT linked lists library > instead of open coding a custom implementation of a list of KTAP results. > > While being at it, flatten the code by inverting a check for pending > results.

[Intel-gfx] [PATCH i-g-t v2 12/17] lib/ktap: Use IGT linked lists for storing KTAP results

2023-09-08 Thread Janusz Krzysztofik
For code simplicity and clarity, use existing IGT linked lists library instead of open coding a custom implementation of a list of KTAP results. While being at it, flatten the code by inverting a check for pending results. Signed-off-by: Janusz Krzysztofik --- lib/igt_kmod.c | 28