dpdk: fix build error when mlx support enabled 26/18626/2
authorMatthew Smith <mgsmith@netgate.com>
Mon, 1 Apr 2019 23:38:59 +0000 (18:38 -0500)
committerDamjan Marion <dmarion@me.com>
Tue, 2 Apr 2019 06:55:11 +0000 (06:55 +0000)
commit72491e2a17620d06ec72d49c008e31b7c8e16c98
treeb40e637e876bfb19ab33777821aafaecaaba53ad
parentd1a12ef820608516d6b9f76fe0e4ad8c7a04629c
dpdk: fix build error when mlx support enabled

When building with environment variables set to enable mlx PMD
support in DPDK, an error occurs:

CMake Error at plugins/dpdk/CMakeLists.txt:104 (vpp_plugin_find_library):
  vpp_plugin_find_library Macro invoked with incorrect arguments for macro
  named: vpp_plugin_find_library

Update a call to vpp_plugin_find_library() to include the right
number of parameters.

Change-Id: Ia0d66f93c6f94fdf822e2c3c4fe3f0ad01a90d57
Signed-off-by: Matthew Smith <mgsmith@netgate.com>
src/plugins/dpdk/CMakeLists.txt