[dpdk-dev] [PATCH 2/2] pci: add option --create-uio-dev to run without hotplug

Thomas Monjalon thomas.monjalon at 6wind.com
Tue Jan 28 15:37:53 CET 2014


24/01/2014 16:31, Olivier Matz:
> --- a/lib/librte_eal/linuxapp/eal/eal.c
> +++ b/lib/librte_eal/linuxapp/eal/eal.c
> @@ -357,6 +358,7 @@ eal_usage(const char *prgname)
>  	       "  --"OPT_NO_PCI"   : disable pci\n"
>  	       "  --"OPT_NO_HPET"  : disable hpet\n"
>  	       "  --"OPT_NO_SHCONF": no shared config (mmap'd files)\n"
> +	       "  --"OPT_CREATE_UIO_DEV": create /dev/uioX (usually done by
> hotplug)\n" "\n",

The option is added in section "EAL options for DEBUG use only".
Shouldn't be in the general section "EAL options" ?

-- 
Thomas


More information about the dev mailing list