Skip to content

Commit 4ae0974

Browse files
Add: supported version check for DPDK
1 parent 54ec6a1 commit 4ae0974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ libm_dep = cc.find_library('m', required : true)
1212
libpthread_dep = cc.find_library('pthread', required : true)
1313
libdl_dep = cc.find_library('dl', required : true)
1414
if not is_windows
15-
dpdk_dep = dependency('libdpdk', required : true)
15+
dpdk_dep = dependency('libdpdk', version: '>=25.03', required: true)
1616
libnuma_dep = cc.find_library('numa', required : true)
1717
ws2_32_dep = [] # add this when the code uses hton/ntoh
1818
endif

0 commit comments

Comments
 (0)