Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spdk: update SPDK to v17.10 #19208

Merged
merged 2 commits into from
Nov 29, 2017
Merged

spdk: update SPDK to v17.10 #19208

merged 2 commits into from
Nov 29, 2017

Commits on Nov 28, 2017

  1. spdk: update SPDK to v17.10

    Signed-off-by: Kefu Chai <kchai@redhat.com>
    tchaikov committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    c05e842 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2017

  1. 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>
    tchaikov committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    b3ceafe View commit details
    Browse the repository at this point in the history