Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756901Ab3ETNtG (ORCPT ); Mon, 20 May 2013 09:49:06 -0400 Received: from mail-pa0-f50.google.com ([209.85.220.50]:51173 "EHLO mail-pa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756270Ab3ETNtE (ORCPT ); Mon, 20 May 2013 09:49:04 -0400 Message-ID: <1369057742.3301.168.camel@edumazet-glaptop> Subject: Re: [PATCH v3 net-next 2/4] tcp: add TCP support for low latency receive poll. From: Eric Dumazet To: Eliezer Tamir Cc: 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 Date: Mon, 20 May 2013 06:49:02 -0700 In-Reply-To: <20130520101612.14133.95780.stgit@ladj378.jer.intel.com> References: <20130520101552.14133.45953.stgit@ladj378.jer.intel.com> <20130520101612.14133.95780.stgit@ladj378.jer.intel.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 714 Lines: 23 On Mon, 2013-05-20 at 13:16 +0300, Eliezer Tamir wrote: > > +config INET_LL_TCP_POLL > + bool "Low Latency TCP Receive Poll" > + depends on INET_LL_RX_POLL > + default n > + ---help--- > + TCP support for Low Latency TCP Queue Poll. > + (For network cards that support this option.) > + Add support to the TCP stack for direct polling of the network card. > + > + If unsure, say N. > + Oh well, code is small and already guarded by CONFIG_INET_LL_RX_POLL -- 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/