DPDK bump to v21.05 and c_args fix 73/33573/3
authorJuraj Linkeš <juraj.linkes@pantheon.tech>
Mon, 23 Aug 2021 12:57:37 +0000 (14:57 +0200)
committerJuraj Linkeš <juraj.linkes@pantheon.tech>
Mon, 23 Aug 2021 13:59:50 +0000 (15:59 +0200)
Fixes: c849edfc256d ("DPDK build: fix l3fwd build and update Meson opts")
Change-Id: I4b50a8f3cdc5aa4bd20ce99d477fdaf1087fcac3
Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
DPDK_VPP_VER
resources/libraries/bash/function/dpdk.sh

index 774381f..0f4ed83 100644 (file)
@@ -1 +1 @@
-dpdk-21.02
+dpdk-21.05
index ea7871b..491f03e 100644 (file)
@@ -90,7 +90,8 @@ function dpdk_compile () {
     meson_options="-Dexamples=l3fwd "
 
     # i40e specific options
-    meson_options="${meson_options} -Dc_args=RTE_LIBRTE_I40E_16BYTE_RX_DESC=y"
+    meson_options="${meson_options} \
+        -Dc_args=-DRTE_LIBRTE_I40E_16BYTE_RX_DESC=y"
 
     # Configure generic build - the same used by VPP
     meson_options="${meson_options} -Dplatform=generic"