diff options
author | mattprost <matt.prost@ni.com> | 2022-03-29 17:31:27 -0500 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2022-04-01 13:26:09 -0700 |
commit | 9cd80e13c52daf24752b609b4ce9e437f22a33f6 (patch) | |
tree | 9f192030cd63bc9ffcbc8f33777399be4efe17d3 /host/lib/CMakeLists.txt | |
parent | f8c39eb07569ff4dbd34eb974e959ea7f768c206 (diff) | |
download | uhd-9cd80e13c52daf24752b609b4ce9e437f22a33f6.tar.gz uhd-9cd80e13c52daf24752b609b4ce9e437f22a33f6.tar.bz2 uhd-9cd80e13c52daf24752b609b4ce9e437f22a33f6.zip |
dpdk: Add support for DPDK 18.11 API
Substituting old values to restore API breakage from DPDK 18.11 to DPDK 19.
It is recommended at this point that users upgrade to more recent DPDK LTS
versions, but the DPDK 18.11 API is functional with UHD.
Signed-off-by: mattprost <matt.prost@ni.com>
Diffstat (limited to 'host/lib/CMakeLists.txt')
-rw-r--r-- | host/lib/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/CMakeLists.txt b/host/lib/CMakeLists.txt index 094827d2a..5aee65d38 100644 --- a/host/lib/CMakeLists.txt +++ b/host/lib/CMakeLists.txt @@ -60,7 +60,7 @@ endmacro(INCLUDE_SUBDIRECTORY) message(STATUS "") # Dependencies find_package(LIBUSB) -find_package(DPDK 19.11...21.11) +find_package(DPDK 18.11...21.11) LIBUHD_REGISTER_COMPONENT("USB" ENABLE_USB ON "ENABLE_LIBUHD;LIBUSB_FOUND" OFF OFF) # Devices LIBUHD_REGISTER_COMPONENT("B100" ENABLE_B100 ON "ENABLE_LIBUHD;ENABLE_USB" OFF OFF) |