From owner-freebsd-net@FreeBSD.ORG Wed Feb 9 15:27:15 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 52BB1106566C for ; Wed, 9 Feb 2011 15:27:15 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0A2718FC08 for ; Wed, 9 Feb 2011 15:27:14 +0000 (UTC) Received: by qwj9 with SMTP id 9so200269qwj.13 for ; Wed, 09 Feb 2011 07:27:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=eZ52vtD/5zXY3UNuVZ+NGI0EpXhXL/osX+iAxjyMNig=; b=mBxi8+HhIKQOWJOswOBnCTuPguPkw6yoHccJepGsel+hrgWf3JsjVuoq0ctaCTNi1t VUOlSNgkAU7wmZ58vnCb9DFjj9VX88Ypn3rA1youWNGQGJgS0tQPmPLoNLb1zuKV8wLt /ZtltkLbGtiNUsRcJFjQGfMFAOJFwgdZ9qxA0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=sEKyNXRoD4cJ01RFbw3FNi0TxjhUYoHU7wEjxuZ7I/dSWNrJGWqQ0hov6BWYjt9V7j yGjsJfsfvST764Blp8GlbifCfUQCHMoX1o/Jk6u02kmkNpT63VFtWghZmmxOFle+Hdev bA7FHVxtYOmn4uVc4mfMPLPgYWy4CqTWr9uKQ= MIME-Version: 1.0 Received: by 10.229.248.198 with SMTP id mh6mr15249884qcb.5.1297265233885; Wed, 09 Feb 2011 07:27:13 -0800 (PST) Received: by 10.229.102.87 with HTTP; Wed, 9 Feb 2011 07:27:13 -0800 (PST) In-Reply-To: <4D52AFAB.2030103@mail.ru> References: <4D522657.10500@mail.ru> <4D52603D.4070604@mail.ru> <4D52AFAB.2030103@mail.ru> Date: Wed, 9 Feb 2011 18:27:13 +0300 Message-ID: From: Sergey Kandaurov To: rihad Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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 15:27:15 -0000 On 9 February 2011 18:15, rihad wrote: > On 02/09/2011 05:47 PM, Sergey Kandaurov wrote: >> >> On 9 February 2011 12:37, rihad =A0wrote: >>> >>> Problem solved, I'm so embarrassed :) The issue on 7.2 mentioned above >>> with >>> ixgbe (tons of "fragmentation failed" errors) was real. The issue in >>> 8.3-RC3 >>> was because dummynet wasn't being loaded at all... so no traffic could >>> pass >>> on it, despite dummynet_load=3D"YES" being set in /boot/loader.conf. So= I >>> turned it on in /etc/rc.conf : dummynet_enable=3D"YES" and loaded it >>> "kldload >>> dummynet" in order to do without a reboot. Works like a charm so far. >>> Thanks >>> to all! >> >> Looks like loading dummynet.ko via /boot/loader.conf doesn't work becaus= e >> dummynet.ko depends on dummynet.ko but of the different version. >> > Would dummynet_enable=3D"YES" in rc.conf still work? We haven't yet had a > chance to reboot to test that. > Yes, it would. Note that it depends on firewall_enable=3D"YES" also present in rc.conf. --=20 wbr, pluknet