From owner-freebsd-net@FreeBSD.ORG Sat Mar 13 05:16:54 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72039106564A for ; Sat, 13 Mar 2010 05:16:54 +0000 (UTC) (envelope-from rihad@mail.ru) Received: from mx39.mail.ru (mx39.mail.ru [94.100.176.53]) by mx1.freebsd.org (Postfix) with ESMTP id 2EA888FC12 for ; Sat, 13 Mar 2010 05:16:53 +0000 (UTC) Received: from [217.25.27.27] (port=17053 helo=[217.25.27.27]) by mx39.mail.ru with asmtp id 1NqJiW-0002BA-00; Sat, 13 Mar 2010 08:16:52 +0300 Message-ID: <4B9B1FC3.6000301@mail.ru> Date: Sat, 13 Mar 2010 09:16:51 +0400 From: rihad User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: Jack Vogel References: <4B99114E.7060909@mail.ru> <2a41acea1003110942u717e2222hd984bd2859c3e477@mail.gmail.com> <4B9A6EA7.3040603@mail.ru> <4B9A7AA6.9040704@mail.ru> <4B9A80C9.8070005@mail.ru> In-Reply-To: <4B9A80C9.8070005@mail.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam: Not detected X-Mras: Ok Cc: freebsd-net@freebsd.org Subject: Re: ixgbe input errors at high data rates X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2010 05:16:54 -0000 Turning LRO off (ifconfig x.x.x.x -lro) instantly stopped the "Fragmentation failed" errors and solved the problem. Thank you.