Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933811Ab3E1MPb (ORCPT ); Tue, 28 May 2013 08:15:31 -0400 Received: from mga09.intel.com ([134.134.136.24]:37203 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933730Ab3E1MPa (ORCPT ); Tue, 28 May 2013 08:15:30 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.87,758,1363158000"; d="scan'208";a="320703809" Message-ID: <51A49FDC.2020608@linux.intel.com> Date: Tue, 28 May 2013 15:15:24 +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: Eric Dumazet , Dave Miller CC: linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Jesse Brandeburg , Don Skidmore , e1000-devel@lists.sourceforge.net, Willem de Bruijn , Andi Kleen , HPA , Eilon Greenstien , Or Gerlitz , Alex Rosenbaum , Eliezer Tamir Subject: Re: [PATCH v5 net-next 3/5] tcp: add TCP support for low latency receive poll. References: <20130527074351.29882.51106.stgit@ladj378.jer.intel.com> <20130527074421.29882.73968.stgit@ladj378.jer.intel.com> <1369701413.3301.506.camel@edumazet-glaptop> <51A46A21.9060305@linux.intel.com> In-Reply-To: <51A46A21.9060305@linux.intel.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: 954 Lines: 30 On 28/05/2013 11:26, Eliezer Tamir wrote: > On 28/05/2013 03:36, Eric Dumazet wrote: >> On Mon, 2013-05-27 at 10:44 +0300, Eliezer Tamir wrote: >>> #include >>> #include >>> #include >>> +#include >>> >>> #include >>> #include >>> @@ -2011,6 +2012,7 @@ process: >>> if (sk_filter(sk, skb)) >>> goto discard_and_relse; >>> >>> + sk_mark_ll(sk, skb); >>> skb->dev = NULL; >>> >>> bh_lock_sock_nested(sk); >> >> How IPv6 is handled ? It turns out that adding TCPv6/UDPv6 is very simple. I will add them, with a warning that I only did very limited testing. -Eliezer -- 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/