mirror of
https://github.com/ceph/ceph
synced 2025-03-25 11:48:05 +00:00
cmake: update list of libraries compiled from DPDK/SPDK
on the newest DPDK/SPDK some libraries were removed, while some of them were added. so update the list accordingly to address linking errors. Signed-off-by: Roman Penyaev <rpenyaev@suse.de>
This commit is contained in:
parent
69087780c3
commit
8b1c06dce9
@ -118,15 +118,14 @@ function(do_export_dpdk dpdk_dir)
|
||||
|
||||
list(APPEND dpdk_components
|
||||
bus_pci
|
||||
cmdline
|
||||
eal
|
||||
ethdev
|
||||
kvargs
|
||||
mbuf
|
||||
mempool
|
||||
mempool_ring
|
||||
pci
|
||||
ring)
|
||||
ring
|
||||
telemetry)
|
||||
if(Seastar_DPDK)
|
||||
list(APPEND dpdk_components
|
||||
bus_vdev
|
||||
|
@ -31,7 +31,7 @@ macro(build_spdk)
|
||||
INSTALL_COMMAND "true")
|
||||
unset(make_cmd)
|
||||
ExternalProject_Get_Property(spdk-ext source_dir)
|
||||
foreach(c nvme log lvol env_dpdk sock util)
|
||||
foreach(c lvol env_dpdk sock nvmf bdev nvme conf thread trace notify accel event_accel blob vmd event_vmd event_bdev sock_posix event_sock event rpc jsonrpc json util log)
|
||||
add_library(spdk::${c} STATIC IMPORTED)
|
||||
add_dependencies(spdk::${c} spdk-ext)
|
||||
set_target_properties(spdk::${c} PROPERTIES
|
||||
|
Loading…
Reference in New Issue
Block a user