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_
When the user specifies --create-uio-dev in dpdk eal start options, the
DPDK will create the /dev/uioX instead of waiting that a program does it
(which is usually hotplug).
This option is useful in embedded environments where there is no hotplug
to do the work.
Signed-off-by: Olivier Matz
---
l
2 matches
Mail list logo