From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal/linux: fix rte_epoll_wait Date: Tue, 08 Sep 2015 09:58:28 +0200 Message-ID: <3183182.hAR3vGpOrI@xps13> References: <1439913234-1364-1-git-send-email-rsanford@akamai.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Robert Sanford Return-path: Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by dpdk.org (Postfix) with ESMTP id A4EEE8DB4 for ; Tue, 8 Sep 2015 09:59:41 +0200 (CEST) Received: by wicge5 with SMTP id ge5so105831494wic.0 for ; Tue, 08 Sep 2015 00:59:41 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > 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