Re: [dpdk-dev] [PATCH] dpaa: Augment linker line to include needed libraries for dpaa

2018-02-26 Thread Hemant Agrawal
v-boun...@dpdk.org] On Behalf Of Neil Horman > Sent: Tuesday, February 27, 2018 12:50 AM > To: dev@dpdk.org > Cc: Neil Horman ; Thomas Monjalon > ; Ferruh Yigit ; Hemant > Agrawal > Subject: [dpdk-dev] [PATCH] dpaa: Augment linker line to include needed > libraries for dpaa &

[dpdk-dev] [PATCH] dpaa: Augment linker line to include needed libraries for dpaa

2018-02-26 Thread Neil Horman
When preforming a shared library build, if the dpaa pmd is configured, the build fails when linking testpmd. This occurs because the makefile fails to include dependent libraries dpaa_mempool and dpaa_bus. Fix is to simply include them in the makefile. We could perhaps fix this more generally by