From 2b188a2aed8164cc626fb0191cba90b9aa9caa7d Mon Sep 17 00:00:00 2001 From: Brad Hubbard Date: Tue, 9 Oct 2018 18:58:58 +1000 Subject: [PATCH] cmake/modules/BuildDPDK.cmake: Build required DPDK libraries Make sure the mbuf and ethdev libraries are created as they export required symbols. Fixes: http://tracker.ceph.com/issues/36341 Signed-off-by: Brad Hubbard --- cmake/modules/BuildDPDK.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmake/modules/BuildDPDK.cmake b/cmake/modules/BuildDPDK.cmake index 8159d7d47cbd8..a3d0e0dbf324e 100644 --- a/cmake/modules/BuildDPDK.cmake +++ b/cmake/modules/BuildDPDK.cmake @@ -104,6 +104,8 @@ function(build_dpdk dpdk_dir) foreach(c bus_pci eal + ethdev + mbuf mempool mempool_ring mempool_stack -- 2.39.5