From 07e04cd76015d13cbb100fc8eb61dae935fd632b Mon Sep 17 00:00:00 2001 From: Alex Williams Date: Wed, 6 Nov 2019 11:21:32 -0800 Subject: docs: Change DPDK version to 18.11 and make args use underscores Swap out hyphens for underscores in the DPDK args. Also update list of distributions with the correct DPDK version in the repos. --- host/lib/utils/prefs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/utils') 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 keys_to_update_from = { - "dpdk-mac" + "dpdk_mac" }; return get_args(user_args, keys_to_update_from); } -- cgit v1.2.3