[dpdk-dev] [PATCH v2 5/7] mk: fix external dependencies of crypto drivers

2016-06-27 Thread Panu Matilainen
On 06/26/2016 07:42 PM, Thomas Monjalon wrote: > 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: > -

[dpdk-dev] [PATCH v2 5/7] mk: fix external dependencies of crypto drivers

2016-06-26 Thread Thomas Monjalon
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