Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754686Ab3EVJf2 (ORCPT ); Wed, 22 May 2013 05:35:28 -0400 Received: from mga02.intel.com ([134.134.136.20]:53915 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752610Ab3EVJf0 (ORCPT ); Wed, 22 May 2013 05:35:26 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.87,718,1363158000"; d="scan'208";a="341289439" Message-ID: <519C9159.7050807@linux.intel.com> Date: Wed, 22 May 2013 12:35:21 +0300 From: Eliezer Tamir User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Ben Hutchings CC: Alex Rosenbaum , Dave Miller , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Jesse Brandeburg , Don Skidmore , e1000-devel@lists.sourceforge.net, Willem de Bruijn , Andi Kleen , HPA , Eliezer Tamir Subject: Re: [PATCH v3 net-next 0/4] net: low latency Ethernet device polling References: <20130520101552.14133.45953.stgit@ladj378.jer.intel.com> <519B632F.7040202@mellanox.com> <519B68A4.3010406@linux.intel.com> <1369160115.2615.51.camel@bwh-desktop.uk.solarflarecom.com> In-Reply-To: <1369160115.2615.51.camel@bwh-desktop.uk.solarflarecom.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1258 Lines: 33 On 21/05/2013 21:15, Ben Hutchings wrote: > On Tue, 2013-05-21 at 15:29 +0300, Eliezer Tamir wrote: >> Many of the questions you asked are covered in our RFC cover letter, but >> I will touch them briefly >> >> On 21/05/2013 15:06, Alex Rosenbaum wrote: >>> 1. It seem this patch does not cover epoll/select and such IO muxing APIs? >> >> We are thinking about how to implement epoll support as one of the next >> steps. >> >> What benchmarks are you using to test poll/select/epoll? > [...] > > I raised this issue back at Plumbers and I thought Jesse said poll() was > covered. It's likely to be a bit of a toy without that. Also, UDP? The current patchset covers poll/select for UDP. Adding poll/select for TCP should be simple, I will try to include it in the next version. Epoll should see a gain from the above in the case where all the polled file descriptors are associated to the same device queue. A fuller implementation, in the epoll itself would be needed to cover multiple queues/devices. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/