Re: [dpdk-dev] [PATCH 1/2] app/testpmd: fix DPAA shared library dependency

2018-02-22 Thread Hemant Agrawal
On 2/23/2018 4:23 AM, Thomas Monjalon wrote: The dynamic link is broken for ARM platform because the dependencies of the DPAA PMD are not declared. Fixes: 83c82e15e1c0 ("app/testpmd: support loopback config for DPAA") Cc: sta...@dpdk.org Reported-by: Marco Varlese Signed-off-by: Thomas Monjalo

[dpdk-dev] [PATCH 1/2] app/testpmd: fix DPAA shared library dependency

2018-02-22 Thread Thomas Monjalon
The dynamic link is broken for ARM platform because the dependencies of the DPAA PMD are not declared. Fixes: 83c82e15e1c0 ("app/testpmd: support loopback config for DPAA") Cc: sta...@dpdk.org Reported-by: Marco Varlese Signed-off-by: Thomas Monjalon --- app/test-pmd/Makefile | 2 ++ 1 file ch