Re: [dpdk-dev] [PATCH] rte_bus_pci: remove unneeded library dependency.

2019-10-25 Thread David Marchand
On Mon, Oct 14, 2019 at 5:16 PM Gaëtan Rivet wrote: > On Mon, Oct 14, 2019 at 04:32:54PM +0200, David Marchand wrote: > > On Fri, Oct 11, 2019 at 10:56 PM Seth Howell wrote: > > > > > > The makefile in drivers/bus/pci specified rte_ethdev as a dependency for > > > the library. However there are n

Re: [dpdk-dev] [PATCH] rte_bus_pci: remove unneeded library dependency.

2019-10-14 Thread Gaëtan Rivet
On Mon, Oct 14, 2019 at 04:32:54PM +0200, David Marchand wrote: > On Fri, Oct 11, 2019 at 10:56 PM Seth Howell wrote: > > > > The makefile in drivers/bus/pci specified rte_ethdev as a dependency for > > the library. However there are no actual symbols from librte_ethdev used > > in librte_bus_pci.

Re: [dpdk-dev] [PATCH] rte_bus_pci: remove unneeded library dependency.

2019-10-14 Thread David Marchand
On Fri, Oct 11, 2019 at 10:56 PM Seth Howell wrote: > > The makefile in drivers/bus/pci specified rte_ethdev as a dependency for > the library. However there are no actual symbols from librte_ethdev used > in librte_bus_pci. > > Including librte_ethdev as a dependency only becomes a problem in som

[dpdk-dev] [PATCH] rte_bus_pci: remove unneeded library dependency.

2019-10-11 Thread Seth Howell
The makefile in drivers/bus/pci specified rte_ethdev as a dependency for the library. However there are no actual symbols from librte_ethdev used in librte_bus_pci. Including librte_ethdev as a dependency only becomes a problem in some niche cases like when attempting to build the rte_bus_pci libr