Re: [dpdk-dev] [PATCH v2 1/3] raw/ioat: support multiple devices being tested

2020-09-14 Thread Laatz, Kevin
On 10/09/2020 17:47, Bruce Richardson wrote: The current selftest function uses a single global variable to track state which implies that only a single instance can have the selftest function called on it. Change this to an array to allow multiple instances to be tested. Signed-off-by: Bruce Ri

[dpdk-dev] [PATCH v2 1/3] raw/ioat: support multiple devices being tested

2020-09-10 Thread Bruce Richardson
The current selftest function uses a single global variable to track state which implies that only a single instance can have the selftest function called on it. Change this to an array to allow multiple instances to be tested. Signed-off-by: Bruce Richardson --- drivers/raw/ioat/ioat_rawdev_tes