dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] pci: allow to run without hotplug
@ 2014-01-24 15:31 Olivier Matz
       [not found] ` <1390577487-22242-1-git-send-email-olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Olivier Matz @ 2014-01-24 15:31 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

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:36 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 [PATCH 0/2] pci: allow to run without hotplug Olivier Matz
     [not found] ` <1390577487-22242-1-git-send-email-olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2014-01-24 15:31   ` [PATCH 1/2] pci: split the function providing uio device and mappings Olivier Matz
     [not found]     ` <1390577487-22242-2-git-send-email-olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2014-01-28 15:35       ` Thomas Monjalon
2014-01-24 15:31   ` [PATCH 2/2] pci: add option --create-uio-dev to run without hotplug Olivier Matz
     [not found]     ` <1390577487-22242-3-git-send-email-olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2014-01-28 14:37       ` Thomas Monjalon
     [not found]         ` <201401281537.53735.thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2014-01-28 15:26           ` [PATCH 2/2 v2] " Olivier Matz
     [not found]             ` <1390922760-6739-1-git-send-email-olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
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).