Skip to content

Commit 2163e73

Browse files
authored
Add support for DPDK 23.11 and 24.11 (#1777)
1 parent 74322eb commit 2163e73

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,9 @@ jobs:
170170
strategy:
171171
matrix:
172172
include:
173+
- image: ubuntu2404-dpdk2411
174+
- image: ubuntu2404-dpdk2311
173175
- image: ubuntu2204-dpdk2211
174-
- image: ubuntu2004-dpdk2111
175-
additional-flags: -DPCAPPP_USE_DPDK_KNI=ON
176-
- image: ubuntu2004-dpdk2011
177-
additional-flags: -DPCAPPP_USE_DPDK_KNI=ON
178176

179177
steps:
180178
- name: Checkout code

0 commit comments

Comments
 (0)