4f213197ef
When linking drivers as shared libraries, the dependencies need to be marked as DT_NEEDED entries. The crypto dependencies (libsso and libIPSec) are static libraries. To make them linked in the shared PMDs, the code must relocatable: - libIPSec_MB.a must be built with -fPIC - libsso_kasumi.a must be built with KASUMI_CFLAGS=-DKASUMI_C Fixes: |
||
---|---|---|
.. | ||
Makefile | ||
rte_pmd_snow3g_version.map | ||
rte_snow3g_pmd_ops.c | ||
rte_snow3g_pmd_private.h | ||
rte_snow3g_pmd.c |