DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/2] pci: allow to run without hotplug
@ 2014-01-24 15:31 Olivier Matz
  2014-01-24 15:31 ` [dpdk-dev] [PATCH 1/2] pci: split the function providing uio device and mappings Olivier Matz
  2014-01-24 15:31 ` [dpdk-dev] [PATCH 2/2] pci: add option --create-uio-dev to run without hotplug Olivier Matz
  0 siblings, 2 replies; 7+ messages in thread
From: Olivier Matz @ 2014-01-24 15:31 UTC (permalink / raw)
  To: dev

The default behavior of DPDK is to wait the creation of /dev/uioX
devices. This work is usually done by hotplug thanks to the
kernel notification.

On some embedded systems, there is no hotplug program. These 2
patches introduce a new EAL option "--create-uio-dev" that tells
the DPDK to create the /dev/uioX devices using mknod().

Olivier Matz (2):
  pci: split the function providing uio device and mappings
  pci: add option --create-uio-dev to run without hotplug

 lib/librte_eal/linuxapp/eal/eal.c                  |   6 +
 lib/librte_eal/linuxapp/eal/eal_pci.c              | 127 +++++++++++++++------
 .../linuxapp/eal/include/eal_internal_cfg.h        |   1 +
 3 files changed, 102 insertions(+), 32 deletions(-)

-- 
1.8.4.rc3

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-01-28 15:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-24 15:31 [dpdk-dev] [PATCH 0/2] pci: allow to run without hotplug Olivier Matz
2014-01-24 15:31 ` [dpdk-dev] [PATCH 1/2] pci: split the function providing uio device and mappings Olivier Matz
2014-01-28 15:35   ` Thomas Monjalon
2014-01-24 15:31 ` [dpdk-dev] [PATCH 2/2] pci: add option --create-uio-dev to run without hotplug Olivier Matz
2014-01-28 14:37   ` Thomas Monjalon
2014-01-28 15:26     ` [dpdk-dev] [PATCH 2/2 v2] " Olivier Matz
2014-01-28 15:36       ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).