Re: [dpdk-dev] [PATCH v5 6/8] devtools/test-null: load all drivers from directory

2020-10-20 Thread Thomas Monjalon
20/10/2020 10:37, Bruce Richardson: > On Mon, Oct 19, 2020 at 06:58:32PM +0200, Thomas Monjalon wrote: > > 15/10/2020 17:05, Bruce Richardson: > > > Rather than specifying specific drivers in the driver directory to load, > > > we > > > can just pass in the whole driver directory to the "-d" EAL f

Re: [dpdk-dev] [PATCH v5 6/8] devtools/test-null: load all drivers from directory

2020-10-20 Thread Bruce Richardson
On Mon, Oct 19, 2020 at 06:58:32PM +0200, Thomas Monjalon wrote: > 15/10/2020 17:05, Bruce Richardson: > > Rather than specifying specific drivers in the driver directory to load, we > > can just pass in the whole driver directory to the "-d" EAL flag, causing > > all drivers to load. This makes th

Re: [dpdk-dev] [PATCH v5 6/8] devtools/test-null: load all drivers from directory

2020-10-19 Thread Thomas Monjalon
15/10/2020 17:05, Bruce Richardson: > Rather than specifying specific drivers in the driver directory to load, we > can just pass in the whole driver directory to the "-d" EAL flag, causing > all drivers to load. This makes the load of driver independent of any > specific driver names. > > Signed-

[dpdk-dev] [PATCH v5 6/8] devtools/test-null: load all drivers from directory

2020-10-15 Thread Bruce Richardson
Rather than specifying specific drivers in the driver directory to load, we can just pass in the whole driver directory to the "-d" EAL flag, causing all drivers to load. This makes the load of driver independent of any specific driver names. Signed-off-by: Bruce Richardson --- devtools/test-nul