[dpdk-dev] [PATCH 01/11] mk: use whole-archive option when creating dpdk binaries

2014-04-10 Thread Thomas Monjalon
2014-02-28 18:25, Olivier Matz: > To fully support dpdk extensions (loading of .so), all symbols provided > by dpdk libraries must be available in the binaries: before this patch, > unused functions/variables from dpdk static libraries could be stripped > by the linker because they are not used. Th

[dpdk-dev] [PATCH 01/11] mk: use whole-archive option when creating dpdk binaries

2014-02-28 Thread Olivier Matz
To fully support dpdk extensions (loading of .so), all symbols provided by dpdk libraries must be available in the binaries: before this patch, unused functions/variables from dpdk static libraries could be stripped by the linker because they are not used. These symbols can be used by a dpdk extens