dpdk: update build 44/7044/3
authorSergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
Tue, 6 Jun 2017 14:29:16 +0000 (15:29 +0100)
committerDave Wallace <dwallacelf@gmail.com>
Fri, 14 Jul 2017 13:04:44 +0000 (13:04 +0000)
commit3b12cdc59c8ec98b580b356f20b68e3554f91e97
tree9b2a23b138e81831638b2e8444e8847ea92ad0c9
parent19e9d954bd9eb4f04d48640d6540198e84ef65d7
dpdk: update build

Current optional DPDK PMDs are:
- AESNI MB PMD (SW crypto)
- AESNI GCM PMD (SW crypto)
- MLX4 PMD
- MLX5 PMD

This change will always build DPDK SW crypto PMDs and required SW crypto
libraries, while MLX PMDs are still optional and the user has to build
required libraries.

Now the configure script detects if any of the optional DPDK PMDs were
built and link against their required libraries/dependencies.

Change-Id: I1560bebd71035d6486483f22da90042ec2ce40a1
Signed-off-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
dpdk/Makefile
src/configure.ac
src/plugins/dpdk.am