[dpdk-dev] [PATCH] drivers: fix shared library dependencies to external libraries

2015-10-22 Thread Panu Matilainen
On 10/21/2015 07:30 PM, Nicolas Pernas Maradei wrote: > Hi, > > Are those the only two libraries with external dependencies? I took a > quick look to the rte.app.mk file and there seem to be some others like > -lfuse and -lnuma. Would it be possible to move those to their specific > Makefiles as we

[dpdk-dev] [PATCH] drivers: fix shared library dependencies to external libraries

2015-10-21 Thread Nicolas Pernas Maradei
Hi, Are those the only two libraries with external dependencies? I took a quick look to the rte.app.mk file and there seem to be some others like -lfuse and -lnuma. Would it be possible to move those to their specific Makefiles as well? Thanks, Nico. On 10/21/2015 03:18 PM, Panu Matilainen wr

[dpdk-dev] [PATCH] drivers: fix shared library dependencies to external libraries

2015-10-21 Thread Panu Matilainen
Similar to commit 113c8e13c4201eee207723571f83aaf285277d75, but for bnx2x and pcap PMDs. Requiring applications to know about library internal details like dependencies to external helper libraries is a limitation of static linkage, shared libraries should always know their own dependencies for sa