[dpdk-dev] [PATCH] eal/linux: fix rte_epoll_wait

2015-09-08 Thread Thomas Monjalon
> > Function rte_epoll_wait should return when underlying call > > to epoll_wait times out. > > > > Signed-off-by: Robert Sanford > > Acked-by: Cunming Liang Applied, thanks

[dpdk-dev] [PATCH] eal/linux: fix rte_epoll_wait

2015-08-21 Thread Liang, Cunming
Hi, > -Original Message- > From: Robert Sanford [mailto:rsanford2 at gmail.com] > Sent: Tuesday, August 18, 2015 11:54 PM > To: Liang, Cunming; dev at dpdk.org > Subject: [PATCH] eal/linux: fix rte_epoll_wait > > Function rte_epoll_wait should return when underlying call > to epoll_wait t

[dpdk-dev] [PATCH] eal/linux: fix rte_epoll_wait

2015-08-18 Thread Robert Sanford
Function rte_epoll_wait should return when underlying call to epoll_wait times out. Signed-off-by: Robert Sanford --- lib/librte_eal/linuxapp/eal/eal_interrupts.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/lib/librte_eal/linuxapp/eal/eal_interrupts.c b/lib/librte