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

2020-07-03 Thread Bruce Richardson
On Thu, Jul 02, 2020 at 11:13:02PM +0200, Thomas Monjalon wrote: > 22/06/2020 16:33, 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

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

2020-07-03 Thread Bruce Richardson
On Thu, Jul 02, 2020 at 11:16:51PM +0200, Thomas Monjalon wrote: > 22/06/2020 16:33, Bruce Richardson: > > Bruce Richardson (4): > > eal: remove unnecessary null-termination > > Maybe add scope of the change with "in plugin path" ? > > > eal: only load shared libs from driver plugin directory

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

2020-07-02 Thread Thomas Monjalon
22/06/2020 16:33, Bruce Richardson: > Bruce Richardson (4): > eal: remove unnecessary null-termination Maybe add scope of the change with "in plugin path" ? > eal: only load shared libs from driver plugin directory I suggest: "eal: load only shared libraries from plugin directory" > eal:

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

2020-07-02 Thread Thomas Monjalon
22/06/2020 16:33, 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 v2 0/4] improve runtime loading of shared drivers

2020-06-22 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