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