Matias Elo(matiaselo) replied on github web page:

platform/linux-generic/m4/odp_dpdk.m4
@@ -5,9 +5,21 @@ pktio_dpdk_support=no
 AC_ARG_WITH([dpdk-path],
 [AS_HELP_STRING([--with-dpdk-path=DIR], [path to dpdk build directory])],
     [DPDK_PATH="$withval"
+     pktio_dpdk_support=yes],[])
+
+if test "x$DPDK_PATH" = "xsystem" ; then


Comment:
If I understood this correctly, a user would have to use 
'--with-dpdk-path=system' configure option for this to work. Wouldn't a more 
standard way of doing this be to add e.g. '--enable-dpdk-support' flag in the 
same manner as with netmap pktio.

https://github.com/Linaro/odp/pull/321#discussion_r154589799
updated_at 2017-12-04 09:07:07

Reply via email to