From owner-freebsd-net@FreeBSD.ORG Mon Mar 11 10:00:00 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1787895; Mon, 11 Mar 2013 10:00:00 +0000 (UTC) (envelope-from ihsan@grep.my) Received: from svc02-kul.b.n3labs.my (svc02-kul.b.n3labs.my [IPv6:2400:3700:10::61]) by mx1.freebsd.org (Postfix) with ESMTP id CF148210; Mon, 11 Mar 2013 09:59:57 +0000 (UTC) Received: from [192.168.2.178] (unknown [175.142.133.189]) by svc02-kul.b.n3labs.my (Postfix) with ESMTPSA id A3DEDC60237; Mon, 11 Mar 2013 17:59:55 +0800 (MYT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: increasing 'requests for jumbo clusters denied' From: Ihsan Junaidi Ibrahim In-Reply-To: <513D935E.2080202@freebsd.org> Date: Mon, 11 Mar 2013 17:59:54 +0800 Content-Transfer-Encoding: quoted-printable Message-Id: <8CBEE72C-81FB-47B2-98A9-C3C2A7FEA082@grep.my> References: <1713E286-B096-44B6-846D-81854D6F809B@grep.my> <513D935E.2080202@freebsd.org> To: Andre Oppermann X-Mailer: Apple Mail (2.1499) Cc: "freebsd-net@freebsd.org" X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Mar 2013 10:00:00 -0000 On Mar 11, 2013, at 4:18 PM, Andre Oppermann wrote: > On 11.03.2013 08:52, Ihsan Junaidi Ibrahim wrote: >> Hi, >>=20 >> I'm on 9.0-RELEASE-p3 and have had a number of instances where my = igb0 network connectivity locked up under heavy load. >=20 > This problem is also known on CURRENT and we are under active = investigation > on how to solve it properly. >=20 >> I've had another em1 device which I used for side-band access which = does not have as much load as my primary igb0 device. >=20 > Jumbo mbufs are only used if you increase the MTU on your interface. > As long as you stay on the standard ethernet MTU of 1500 no jumbo > mbufs will be used. I'm actually using 9k jumbo on igb0 since it's a requirement of my = upstream customer. The server is functioning as some form of internal = route/tunnel server. The issue is manageable for now on my end and since this is being worked = on, I assume I can let it rest for now. Thank you.=