]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: specify missing settings for dpdk
authorKefu Chai <kchai@redhat.com>
Sun, 6 May 2018 06:32:45 +0000 (14:32 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 6 May 2018 07:26:14 +0000 (15:26 +0800)
commit19230378c8309e8c24ee81ae255de4b3d80b24f2
tree321dcfbeb9bc1165382a0c9d4f7b808abb9d0998
parent7bd7559ece02791c496464740cc16f992a37b133
cmake: specify missing settings for dpdk

* after upgrading to gcc-8, seems dpdk requires more settings to compile.
  in which, CONFIG_RTE_MAX_VFIO_GROUPS=64 is copied from config/common_base.
* librte_bus_pci.a depends on librte_pci.a, so reorder the libraries
  in DPDK_LIBRARIES.

Signed-off-by: Kefu Chai <kchai@redhat.com>
cmake/modules/BuildDPDK.cmake
cmake/modules/patch-dpdk-conf.sh