numam-dpdk/drivers/net/szedata2
Panu Matilainen 5f9115e58c mk: fix shared library dependencies of drivers
Similar to commit 113c8e13c4, but
for bnx2x, pcap, sze2data and xenvirt 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 sane operation. This is especially highlighted
with dlopen()'ed items, having applications link against about plugin
internal dependencies goes on the side of absurd.

Note that linking with a shared combined library still requires to
know the internal dependencies.

Signed-off-by: Panu Matilainen <pmatilai@redhat.com>
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
2015-12-06 22:15:14 +01:00
..
Makefile mk: fix shared library dependencies of drivers 2015-12-06 22:15:14 +01:00
rte_eth_szedata2.c szedata2: add scattered Rx 2015-11-20 17:17:05 +01:00
rte_eth_szedata2.h szedata2: add new poll mode driver 2015-11-20 17:17:04 +01:00
rte_pmd_szedata2_version.map szedata2: add new poll mode driver 2015-11-20 17:17:04 +01:00