From: Brad Hubbard Date: Tue, 9 Oct 2018 08:58:58 +0000 (+1000) Subject: cmake/modules/BuildDPDK.cmake: Build required DPDK libraries X-Git-Tag: v14.0.1~90^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F24487%2Fhead;p=ceph.git 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 --- diff --git a/cmake/modules/BuildDPDK.cmake b/cmake/modules/BuildDPDK.cmake index 8159d7d47cbd..a3d0e0dbf324 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