From owner-freebsd-net@FreeBSD.ORG Wed Feb 9 08:02:09 2011 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 92CB7106564A for ; Wed, 9 Feb 2011 08:02:09 +0000 (UTC) (envelope-from rihad@mail.ru) Received: from smtp8.mail.ru (smtp8.mail.ru [94.100.176.53]) by mx1.freebsd.org (Postfix) with ESMTP id 49D448FC1C for ; Wed, 9 Feb 2011 08:02:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.ru; s=mail; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:References:Subject:CC:To:MIME-Version:From:Date:Message-ID; bh=Q6tVTNeLijx+7E8HnAQICIr3ogj4jAvrinZRM6ZaX/4=; b=UBuCz88ZW/xN9gk/j5lvJMGir7AA4xlxgeOkTSz9WRDZxtMFXVq216PVntg3qDnPQWxBhehT8wPmyeVJN8/L245nQtbEbs+YAhhl54Up3Lpxma+WWfGwAL27YqfRgOgj; Received: from [217.25.27.27] (port=39954 helo=[217.25.27.27]) by smtp8.mail.ru with asmtp id 1Pn503-0006DC-00; Wed, 09 Feb 2011 11:02:07 +0300 Message-ID: <4D5249FD.4040103@mail.ru> Date: Wed, 09 Feb 2011 12:02:05 +0400 From: rihad User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 MIME-Version: 1.0 To: Nikolay Denev References: <4D522657.10500@mail.ru> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mras: Ok Cc: freebsd-net@freebsd.org Subject: Re: Slow Intel 10GbE CX4 adapter behaviour 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: Wed, 09 Feb 2011 08:02:09 -0000 On 02/09/2011 10:43 AM, Nikolay Denev wrote: > I don't know if it's the same issue, but I had severe performance issues > with ixgbe cards until I disable LRO (ifconfig ix0 -lro). That was on 7.2 too. > So did I, with LR-based cards. But CX4 cards don't mention LRO in their ifconfig enabled flags. Besides, ixgbe.c doesn't enable it by default: /* Don't enable LRO by default */ ifp->if_capabilities |= IFCAP_LRO;