]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cmake,rpm,deb: update to accommodate SPDK v17.10 19208/head
authorKefu Chai <kchai@redhat.com>
Tue, 28 Nov 2017 10:00:37 +0000 (18:00 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 29 Nov 2017 10:03:23 +0000 (18:03 +0800)
commitb3ceafe7d850210d8f8378f17a2dea5a7a889f58
treecf5b8015ef6790c3193385d69d809ec34999ed6e
parentc05e842009de02e2d9efc45a58b54b4889036479
cmake,rpm,deb: update to accommodate SPDK v17.10

* cmake/modules/BuildSPDK.cmake: add lvol
* cmake/modules/BuildDPDK.cmake: add pci and bus_pci
* ceph.spec.in, cmake/modules/BuildSPDK.cmake, debian/control:
  re-introduce libuuid dependency, as 17.07 added lvol. and the latter
  depends on uuid.
* cmake/modules/BuildSPDK.cmake: avoid introducing local variable of
  `iface_libs`.
* cmake/modules/patch-dpdk-conf.sh: disable
  CONFIG_RTE_EAL_NUMA_AWARE_HUGEPAGES, this option introduces the
  balanced allocation of memory. but it also requires libnuma-dev.
  let's disable it for now.

Signed-off-by: Kefu Chai <kchai@redhat.com>
ceph.spec.in
cmake/modules/BuildDPDK.cmake
cmake/modules/BuildSPDK.cmake
cmake/modules/Finddpdk.cmake
cmake/modules/Finduuid.cmake [new file with mode: 0644]
cmake/modules/patch-dpdk-conf.sh
debian/control