aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/m4/odp_dpdk.m4
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux-generic/m4/odp_dpdk.m4')
-rw-r--r--platform/linux-generic/m4/odp_dpdk.m46
1 files changed, 5 insertions, 1 deletions
diff --git a/platform/linux-generic/m4/odp_dpdk.m4 b/platform/linux-generic/m4/odp_dpdk.m4
index cebf10287..b65541651 100644
--- a/platform/linux-generic/m4/odp_dpdk.m4
+++ b/platform/linux-generic/m4/odp_dpdk.m4
@@ -47,7 +47,11 @@ then
done
AS_VAR_APPEND([DPDK_PMDS], [--no-whole-archive])
- ODP_CFLAGS="$ODP_CFLAGS -DODP_PKTIO_DPDK -DODP_DPDK_ZERO_COPY=$zero_copy"
+ AC_DEFINE([ODP_PKTIO_DPDK], [1],
+ [Define to 1 to enable DPDK packet I/O support])
+ AC_DEFINE_UNQUOTED([ODP_DPDK_ZERO_COPY], [$zero_copy],
+ [Define to 1 to enable DPDK zero copy support])
+
DPDK_LIBS="-L$DPDK_PATH/lib -ldpdk -lpthread -ldl -lpcap -lm"
AC_SUBST([DPDK_CPPFLAGS])
AC_SUBST([DPDK_LIBS])