aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib')
-rw-r--r--host/lib/CMakeLists.txt2
-rw-r--r--host/lib/utils/prefs.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/CMakeLists.txt b/host/lib/CMakeLists.txt
index 4e2cf9022..18bc47f54 100644
--- a/host/lib/CMakeLists.txt
+++ b/host/lib/CMakeLists.txt
@@ -61,7 +61,7 @@ message(STATUS "")
# Dependencies
find_package(USB1)
find_package(LIBERIO)
-find_package(DPDK)
+find_package(DPDK 18.11 EXACT)
LIBUHD_REGISTER_COMPONENT("LIBERIO" ENABLE_LIBERIO ON "ENABLE_LIBUHD;LIBERIO_FOUND" OFF OFF)
LIBUHD_REGISTER_COMPONENT("USB" ENABLE_USB ON "ENABLE_LIBUHD;LIBUSB_FOUND" OFF OFF)
# Devices
diff --git a/host/lib/utils/prefs.cpp b/host/lib/utils/prefs.cpp
index 88be300cb..5755ad4b4 100644
--- a/host/lib/utils/prefs.cpp
+++ b/host/lib/utils/prefs.cpp
@@ -119,7 +119,7 @@ device_addr_t uhd::prefs::get_dpdk_nic_args(
const uhd::device_addr_t &user_args
) {
const std::vector<std::string> keys_to_update_from = {
- "dpdk-mac"
+ "dpdk_mac"
};
return get_args(user_args, keys_to_update_from);
}