From owner-freebsd-stable@FreeBSD.ORG Mon Jun 25 13:37:55 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BDF54106568D; Mon, 25 Jun 2012 13:37:55 +0000 (UTC) (envelope-from aboyer@averesystems.com) Received: from mail.averesystems.com (50-73-27-109-cpennsylvania.hfc.comcastbusiness.net [50.73.27.109]) by mx1.freebsd.org (Postfix) with ESMTP id 80A7A8FC16; Mon, 25 Jun 2012 13:37:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.averesystems.com (Postfix) with ESMTP id 7E08348054D; Mon, 25 Jun 2012 09:37:51 -0400 (EDT) X-Virus-Scanned: amavisd-new at mail.averesystems.com Received: from mail.averesystems.com ([127.0.0.1]) by localhost (mail.averesystems.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Zf-1vSwZKbWd; Mon, 25 Jun 2012 09:37:46 -0400 (EDT) Received: from riven.arriad.com (206.193.225.214.nauticom.net [206.193.225.214]) by mail.averesystems.com (Postfix) with ESMTPSA id B56E74802FC; Mon, 25 Jun 2012 09:37:45 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=iso-8859-1 From: Andrew Boyer In-Reply-To: Date: Mon, 25 Jun 2012 09:37:47 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Rick Miller X-Mailer: Apple Mail (2.1278) Cc: freebsd-stable@freebsd.org, Jack Vogel , FreeBSD Questions Subject: Re: Intel X520-DA2 Supported in stable/8? 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: Mon, 25 Jun 2012 13:37:55 -0000 You can probably turn hw.ixgbe.num_queues down to 2 or 4 and cut your = mbuf consumption dramatically without noticing any loss of performance. -A On Jun 22, 2012, at 6:19 PM, Rick Miller wrote: > On Fri, Jun 22, 2012 at 5:21 PM, Jack Vogel wrote: >> Increase your system mbuf pool size, you do not want that failure to = happen. >=20 > Thanks, Jack. I saw a thread where you discussed this. You are > referring to kern.ipc.nmbclusters, correct? >=20 > Should I also adjust the following? >=20 > hw.ixgbe.rxd > hw.ixgbe.txd > hw.ixgbe.num_queues > hw.intr_storm_threshold -------------------------------------------------- Andrew Boyer aboyer@averesystems.com