]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake/modules/BuildDPDK.cmake: Build required DPDK libraries 24487/head
authorBrad Hubbard <bhubbard@redhat.com>
Tue, 9 Oct 2018 08:58:58 +0000 (18:58 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Wed, 10 Oct 2018 04:29:10 +0000 (14:29 +1000)
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 <bhubbard@redhat.com>
cmake/modules/BuildDPDK.cmake

index 8159d7d47cbd8cb2e5c1756abed78ace95019a11..a3d0e0dbf324ee2c7fedefef22cff9bf0ecb0799 100644 (file)
@@ -104,6 +104,8 @@ function(build_dpdk dpdk_dir)
   foreach(c
       bus_pci
       eal
+      ethdev
+      mbuf
       mempool
       mempool_ring
       mempool_stack