- Updated ./configure --help menu

master
Asim Jamshed 2018-07-19 11:15:29 -04:00
parent 392291d071
commit dfe755cb68
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -1376,7 +1376,7 @@ Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--with-dpdk-lib path to the dpdk-17.08 install root
--with-rx-idle how much idle cycles needed before enforcing timeout
--with-rx-idle=ARG how much idle cycles needed before enforcing timeout (dpdk-only)
--with-psio-lib path to the ioengine install root
--with-onvm-lib path to the onvm install root

View File

@ -85,7 +85,7 @@ if test "$with_dpdk_lib" != ""
then
AC_SUBST(DPDKLIBPATH, $with_dpdk_lib)
AC_SUBST(DPDK, 1)
AC_ARG_WITH(stuff, [ --with-rx-idle how much idle cycles needed before enforcing timeout])
AC_ARG_WITH(stuff, [ --with-rx-idle[=ARG] how much idle cycles needed before enforcing timeout (dpdk-only)])
if test "$with_rx_idle" != ""
then
AC_SUBST(ENFORCE_RX_IDLE, 1)