From owner-freebsd-stable@FreeBSD.ORG Fri Nov 25 07:46:47 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D7AA106564A for ; Fri, 25 Nov 2011 07:46:47 +0000 (UTC) (envelope-from raul@b2n.org) Received: from mail1.isdefe.es (mail1.isdefe.es [194.15.213.239]) by mx1.freebsd.org (Postfix) with ESMTP id 343E98FC08 for ; Fri, 25 Nov 2011 07:46:47 +0000 (UTC) Received: from mail1.isdefe.es (localhost [127.0.0.1]) by localhost.isdefe.es (Postfix) with ESMTP id AF32B2BAC7C for ; Fri, 25 Nov 2011 08:27:27 +0100 (CET) Received: from turing.b2n.org (unknown [172.24.1.14]) by mail1.isdefe.es (Postfix) with ESMTP id 9BA4A2BAC7B for ; Fri, 25 Nov 2011 08:27:27 +0100 (CET) Received: from [127.0.0.1] (localhost [127.0.0.1]) by turing.b2n.org (Postfix) with ESMTP id 69E64A2116 for ; Fri, 25 Nov 2011 08:27:45 +0100 (CET) Message-ID: <4ECF4371.4040900@b2n.org> Date: Fri, 25 Nov 2011 08:27:45 +0100 From: Raul User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <4ECE9914.6020502@turing.b2n.org> <1A5B3A48-7DF3-4018-A244-152BDE96299A@lassitu.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: TCP Reassembly Issues X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Nov 2011 07:46:47 -0000 El 25/11/2011 0:35, Adrian Chadd escribió: > Have you tried disabling the tcp offload features of your NIC? In my case, there is no tcp on the ethernet interface. It is pppoe (mpd / netgraph) so no fancy hardware acceleration there. [...] %ifconfig ng0 | head -n1 ng0: flags=88d1 metric 0 mtu 1492 [...] Regards, Raúl.