Re: [dpdk-dev] [PATCH v3 0/4] improve runtime loading of shared drivers

2020-07-05 Thread Thomas Monjalon
03/07/2020 12:23, Bruce Richardson: > This set includes a number of small improvements for handling the loading > of drivers at runtime using the EAL -d flag. > > It limits the loading of files to only those files which end in .so, which > means that one can pass in the whole "drivers/" subfolder

[dpdk-dev] [PATCH v3 0/4] improve runtime loading of shared drivers

2020-07-03 Thread Bruce Richardson
This set includes a number of small improvements for handling the loading of drivers at runtime using the EAL -d flag. It limits the loading of files to only those files which end in .so, which means that one can pass in the whole "drivers/" subfolder from a meson build and not get an error when D