app/testpmd: fix DPAA shared library dependency
authorHemant Agrawal <hemant.agrawal@nxp.com>
Fri, 23 Feb 2018 09:58:02 +0000 (15:28 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 13 Mar 2018 23:25:37 +0000 (00:25 +0100)
commit3fcdd125463c89bdd94fb7eca7d024bfd3cf2a99
tree35a983370da3f123ec6e15a3be980e7bc6890d21
parentda07658d58461bef714afc196569cf18377073e2
app/testpmd: fix DPAA shared library dependency

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: stable@dpdk.org
Reported-by: Marco Varlese <mvarlese@suse.de>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
app/test-pmd/Makefile
app/test-pmd/cmdline.c