summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorsongyanchao <[email protected]>2023-03-16 10:03:57 +0000
committersongyanchao <[email protected]>2023-03-16 10:23:26 +0000
commitc1023ce42bd9081dd35809be39071fc968ca799a (patch)
treef634ae1dd73c30d03ee2a586a6ec6dedb90455f9 /cmake
parentdfbfd088b56614ea09aa976633f10a99da2a3c17 (diff)
✨ feat(DPISDN-2): 将 mrenv 拆分为 hugepages setup 和 hwdb setup 两个servicev4.6.18-20230317
将 mrenv 拆分为 hugepages setup 和 hwdb setup 两个service
Diffstat (limited to 'cmake')
-rw-r--r--cmake/InstallDPDK.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmake/InstallDPDK.cmake b/cmake/InstallDPDK.cmake
index 3cc5893..38b59ce 100644
--- a/cmake/InstallDPDK.cmake
+++ b/cmake/InstallDPDK.cmake
@@ -35,6 +35,10 @@ install(PROGRAMS ${DPDK_BINARY_TOOLS_PATH}/dpdk-pdump DESTINATION ${TOOLS_INSTAL
install(PROGRAMS ${DPDK_BINARY_TOOLS_PATH}/dpdk-proc-info DESTINATION ${TOOLS_INSTALL_PATH}
RENAME mrtools-pinfo COMPONENT Program)
+install(PROGRAMS ${DPDK_BINARY_TOOLS_PATH}/dpdk-devbind.py DESTINATION ${TOOLS_INSTALL_PATH} COMPONENT Program)
+
+install(PROGRAMS ${DPDK_BINARY_TOOLS_PATH}/dpdk-hugepages.py DESTINATION ${TOOLS_INSTALL_PATH} COMPONENT Program)
+
# MLX5 GLUE
file(GLOB PMD_MLX5_GLUE_LIST "${DPDK_LIBRARY_DIR}/dpdk/pmds-*-glue/*")
foreach(PMD_MLX5_GLUE_ITEM ${PMD_MLX5_GLUE_LIST})