Re: [dpdk-dev] Inter-PMD dependencies when building shared libraries

2017-10-05 Thread Bruce Richardson
On Thu, Oct 05, 2017 at 02:32:06PM +0200, Thomas Monjalon wrote: > 05/10/2017 14:12, Olivier MATZ: > > On Mon, Oct 02, 2017 at 08:48:29PM +, Eads, Gage wrote: > > > I believe I've spotted an issue in the way inter-PMD dependencies are > > > handled when building shared libraries. The depdirs_r

Re: [dpdk-dev] Inter-PMD dependencies when building shared libraries

2017-10-05 Thread Thomas Monjalon
05/10/2017 14:12, Olivier MATZ: > On Mon, Oct 02, 2017 at 08:48:29PM +, Eads, Gage wrote: > > I believe I've spotted an issue in the way inter-PMD dependencies are > > handled when building shared libraries. The depdirs_rule in > > mk/rte.subdir.mk relies on DEPDIRS-xyz containing the names o

Re: [dpdk-dev] Inter-PMD dependencies when building shared libraries

2017-10-05 Thread Olivier MATZ
Hi Gage, +CC Thomas, Bruce On Mon, Oct 02, 2017 at 08:48:29PM +, Eads, Gage wrote: > I believe I've spotted an issue in the way inter-PMD dependencies are handled > when building shared libraries. The depdirs_rule in mk/rte.subdir.mk relies > on DEPDIRS-xyz containing the names of subdirect

[dpdk-dev] Inter-PMD dependencies when building shared libraries

2017-10-02 Thread Eads, Gage
I believe I've spotted an issue in the way inter-PMD dependencies are handled when building shared libraries. The depdirs_rule in mk/rte.subdir.mk relies on DEPDIRS-xyz containing the names of subdirectories that xyz depends on. In mk/rte.lib.mk, these DEPDIRS are converted into LDLIBS. This wor