Re: [dpdk-dev] [PATCH] eal: don't use default library path for static binaries

2020-07-05 Thread Thomas Monjalon
29/06/2020 18:15, Bruce Richardson: > On Mon, Jun 29, 2020 at 08:41:46AM -0700, Stephen Hemminger wrote: > > Bruce Richardson wrote: > > > On Mon, Jun 29, 2020 at 10:11:58AM +0100, Bruce Richardson wrote: > > > > On Fri, Jun 26, 2020 at 10:05:42AM -0700, Stephen Hemminger wrote: > > > > > Bruce

Re: [dpdk-dev] [PATCH] eal: don't use default library path for static binaries

2020-06-30 Thread Pai G, Sunil
> -Original Message- > From: dev On Behalf Of Bruce Richardson > Sent: Friday, June 26, 2020 8:30 PM > To: dev@dpdk.org > Cc: Richardson, Bruce > Subject: [dpdk-dev] [PATCH] eal: don't use default library path for static > binaries > > When using statical

Re: [dpdk-dev] [PATCH] eal: don't use default library path for static binaries

2020-06-29 Thread Bruce Richardson
On Mon, Jun 29, 2020 at 08:41:46AM -0700, Stephen Hemminger wrote: > On Mon, 29 Jun 2020 10:19:10 +0100 > Bruce Richardson wrote: > > > On Mon, Jun 29, 2020 at 10:11:58AM +0100, Bruce Richardson wrote: > > > On Fri, Jun 26, 2020 at 10:05:42AM -0700, Stephen Hemminger wrote: > > > > On Fri, 26 J

Re: [dpdk-dev] [PATCH] eal: don't use default library path for static binaries

2020-06-29 Thread Stephen Hemminger
On Mon, 29 Jun 2020 10:19:10 +0100 Bruce Richardson wrote: > On Mon, Jun 29, 2020 at 10:11:58AM +0100, Bruce Richardson wrote: > > On Fri, Jun 26, 2020 at 10:05:42AM -0700, Stephen Hemminger wrote: > > > On Fri, 26 Jun 2020 15:59:57 +0100 > > > Bruce Richardson wrote: > > > > > > > When usi

Re: [dpdk-dev] [PATCH] eal: don't use default library path for static binaries

2020-06-29 Thread Burakov, Anatoly
On 26-Jun-20 3:59 PM, Bruce Richardson wrote: When using statically linked DPDK binaries, the EAL checks the default PMD path and tries to load any drivers there, despite the fact that all drivers are normally linked into the binary. This behaviour can cause issues if the PMD path and lib dir is

Re: [dpdk-dev] [PATCH] eal: don't use default library path for static binaries

2020-06-29 Thread Bruce Richardson
On Mon, Jun 29, 2020 at 10:11:58AM +0100, Bruce Richardson wrote: > On Fri, Jun 26, 2020 at 10:05:42AM -0700, Stephen Hemminger wrote: > > On Fri, 26 Jun 2020 15:59:57 +0100 > > Bruce Richardson wrote: > > > > > When using statically linked DPDK binaries, the EAL checks the default PMD > > > path

Re: [dpdk-dev] [PATCH] eal: don't use default library path for static binaries

2020-06-29 Thread Bruce Richardson
On Fri, Jun 26, 2020 at 10:05:42AM -0700, Stephen Hemminger wrote: > On Fri, 26 Jun 2020 15:59:57 +0100 > Bruce Richardson wrote: > > > When using statically linked DPDK binaries, the EAL checks the default PMD > > path and tries to load any drivers there, despite the fact that all drivers > > ar

Re: [dpdk-dev] [PATCH] eal: don't use default library path for static binaries

2020-06-26 Thread Stephen Hemminger
On Fri, 26 Jun 2020 15:59:57 +0100 Bruce Richardson wrote: > When using statically linked DPDK binaries, the EAL checks the default PMD > path and tries to load any drivers there, despite the fact that all drivers > are normally linked into the binary. This behaviour can cause issues if > the PM

[dpdk-dev] [PATCH] eal: don't use default library path for static binaries

2020-06-26 Thread Bruce Richardson
When using statically linked DPDK binaries, the EAL checks the default PMD path and tries to load any drivers there, despite the fact that all drivers are normally linked into the binary. This behaviour can cause issues if the PMD path and lib dir is configured to a non-standard location which is