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

2014-01-28 Thread Thomas Monjalon
28/01/2014 16:26, Olivier Matz: > 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 th

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

2014-01-28 Thread Olivier Matz
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