X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=plugins%2Fconfigure.ac;h=cf58bf755186c1d3b56312cc5baa4761c0acee89;hb=f14e3bf7b297f3b9eea87af412929bb8f277b315;hp=6ee064e8aaf8ab80b37c9ecb0d1f35200851a5b2;hpb=041eacc81656d2ed5bc01b96b15a7d03a1700f13;p=vpp.git diff --git a/plugins/configure.ac b/plugins/configure.ac index 6ee064e8aaf..cf58bf75518 100644 --- a/plugins/configure.ac +++ b/plugins/configure.ac @@ -11,7 +11,7 @@ AC_ARG_ENABLE(tests, [enable_tests=0]) AC_ARG_WITH(dpdk, - AC_HELP_STRING([--with-dpdk],[Use the Intel dpdk]), + AC_HELP_STRING([--with-dpdk],[Use DPDK]), [with_dpdk=1], [with_dpdk=0]) @@ -58,6 +58,7 @@ PLUGIN_ENABLED(ioam) PLUGIN_ENABLED(snat) PLUGIN_ENABLED(ila) PLUGIN_ENABLED(lb) +PLUGIN_ENABLED(flowperpkt) # Disabled plugins, require --enable-XXX-plugin PLUGIN_DISABLED(vcgn)