[dpdk-dev] [PATCH] vfio: eventfd should be non-block and not inherited

2015-05-11 Thread Thomas Monjalon
> > Set internal event file descriptor to be non-block and not inherited across > > exec. This prevents accidental hangs and passing in anothr thread. > > > > Signed-off-by: Stephen Hemminger > > Acked-by: Anatoly Burakov Applied, thanks

[dpdk-dev] [PATCH] vfio: eventfd should be non-block and not inherited

2015-04-29 Thread Burakov, Anatoly
> Set internal event file descriptor to be non-block and not inherited across > exec. This prevents accidental hangs and passing in anothr thread. > > Signed-off-by: Stephen Hemminger > --- > lib/librte_eal/linuxapp/eal/eal_pci_vfio.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >

[dpdk-dev] [PATCH] vfio: eventfd should be non-block and not inherited

2015-04-29 Thread Stephen Hemminger
Set internal event file descriptor to be non-block and not inherited across exec. This prevents accidental hangs and passing in anothr thread. Signed-off-by: Stephen Hemminger --- lib/librte_eal/linuxapp/eal/eal_pci_vfio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/