Re: [dpdk-dev] [PATCH 1/2] drivers: fix shared build error for DPAA crypto

2017-10-26 Thread Thomas Monjalon
26/10/2017 16:10, Akhil Goyal: > On 10/26/2017 7:39 PM, Shreyansh Jain wrote: > > Various symbols are being used by DPAA Crypto driver which were not exposed > > from DPAA bus during initial version. This breaks the shared build. > > > > This patch also adds the LDLIBS line required after (cbc12b0

Re: [dpdk-dev] [PATCH 1/2] drivers: fix shared build error for DPAA crypto

2017-10-26 Thread Akhil Goyal
On 10/26/2017 7:39 PM, Shreyansh Jain wrote: Various symbols are being used by DPAA Crypto driver which were not exposed from DPAA bus during initial version. This breaks the shared build. This patch also adds the LDLIBS line required after (cbc12b0a9) patch. Fixes: c3e85bdcc6e6 ("crypto/dpaa_s

[dpdk-dev] [PATCH 1/2] drivers: fix shared build error for DPAA crypto

2017-10-26 Thread Shreyansh Jain
Various symbols are being used by DPAA Crypto driver which were not exposed from DPAA bus during initial version. This breaks the shared build. This patch also adds the LDLIBS line required after (cbc12b0a9) patch. Fixes: c3e85bdcc6e6 ("crypto/dpaa_sec: add crypto driver for NXP DPAA platform") C