[dpdk-dev] [PATCH 1/3] eal: new interrupt handler type

2015-10-20 Thread David Marchand
On Mon, Oct 5, 2015 at 7:56 PM, Adrien Mazarguil wrote: > From: Nelio Laranjeiro > > Add RTE_INTR_HANDLE_EXT handler type for PMDs that do not support VFIO or > UIO. Those are expected to manage the file descriptor themselves. > > Signed-off-by: Nelio Laranjeiro > Maybe a title like "eal: all

[dpdk-dev] [PATCH 1/3] eal: new interrupt handler type

2015-10-05 Thread Adrien Mazarguil
From: Nelio Laranjeiro Add RTE_INTR_HANDLE_EXT handler type for PMDs that do not support VFIO or UIO. Those are expected to manage the file descriptor themselves. Signed-off-by: Nelio Laranjeiro --- lib/librte_eal/linuxapp/eal/eal_interrupts.c | 34 -- .../linuxapp/e