Re: [dpdk-dev] [PATCH v2 02/15] devargs: fix unittest

2017-09-04 Thread Ferruh Yigit
On 7/14/2017 10:12 PM, Jan Blunck wrote: > Since the scan-mode of the bus is now based on the bus configuration it > isn't possible to have blacklisted and whitelisted devices existing for > the same bus. This fixes the unittest to reflect that. > > Signed-off-by: Jan Blunck > --- > test/test/te

[dpdk-dev] [PATCH v2 02/15] devargs: fix unittest

2017-07-14 Thread Jan Blunck
Since the scan-mode of the bus is now based on the bus configuration it isn't possible to have blacklisted and whitelisted devices existing for the same bus. This fixes the unittest to reflect that. Signed-off-by: Jan Blunck --- test/test/test_devargs.c | 8 +--- 1 file changed, 5 insertions