From 9cd80e13c52daf24752b609b4ce9e437f22a33f6 Mon Sep 17 00:00:00 2001 From: mattprost Date: Tue, 29 Mar 2022 17:31:27 -0500 Subject: 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 --- host/cmake/Modules/FindDPDK.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/cmake') diff --git a/host/cmake/Modules/FindDPDK.cmake b/host/cmake/Modules/FindDPDK.cmake index 4f1426dfd..90240e61d 100644 --- a/host/cmake/Modules/FindDPDK.cmake +++ b/host/cmake/Modules/FindDPDK.cmake @@ -39,7 +39,7 @@ else() endif() find_package(PkgConfig) -PKG_CHECK_MODULES(PC_DPDK QUIET libdpdk>=19.11) +PKG_CHECK_MODULES(PC_DPDK QUIET libdpdk>=18.11) find_path (DPDK_VERSION_INCLUDE_DIR rte_version.h HINTS ${PC_DPDK_INCLUDE_DIRS} -- cgit v1.2.3