From owner-freebsd-net@FreeBSD.ORG Wed Apr 18 23:40:45 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 69B62106566C; Wed, 18 Apr 2012 23:40:45 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout1-b.corp.bf1.yahoo.com (mrout1-b.corp.bf1.yahoo.com [98.139.253.104]) by mx1.freebsd.org (Postfix) with ESMTP id 1D8CD8FC1B; Wed, 18 Apr 2012 23:40:45 +0000 (UTC) Received: from [IPv6:::1] (rideseveral.corp.yahoo.com [10.73.160.231]) by mrout1-b.corp.bf1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id q3INeHEe011376; Wed, 18 Apr 2012 16:40:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1334792419; bh=jCiBGwJmVwTo0B3fnU1SDLZ/yJpW6J9YrN/ii158Z/s=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=E9LbhP6hBL1nbuLZQ2TxxEh7AaC2S2M3V8t0p/T/tf9PU6Bw4LA8heSg8MvUdsgbg YbFMrKVed7QAvoO5pyB20NnhKh8EeYj9/5kXZkvNz6QLX8Q7To2KeNK5sH4tqF4VXw Wq99zKpfr/k6riQ1h6RUnPfICMJuI0dAG5W9do3c= From: Sean Bruno To: Jack Vogel In-Reply-To: <1334767746.3466.6.camel@powernoodle-l7.corp.yahoo.com> References: <1334705064.4486.23.camel@powernoodle-l7.corp.yahoo.com> <20120418072818.GA58850@onelab2.iet.unipi.it> <1334766438.3466.4.camel@powernoodle-l7.corp.yahoo.com> <1334767746.3466.6.camel@powernoodle-l7.corp.yahoo.com> Content-Type: text/plain; charset="UTF-8" Date: Wed, 18 Apr 2012 16:40:17 -0700 Message-ID: <1334792417.19343.11.camel@powernoodle-l7.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Milter-Version: master.31+4-gbc07cd5+ X-CLX-ID: 792417002 Cc: "freebsd-net@freebsd.org" , Luigi Rizzo Subject: Re: igb(4) Raising IGB_MAX_TXD ?? 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, 18 Apr 2012 23:40:45 -0000 On Wed, 2012-04-18 at 09:49 -0700, Sean Bruno wrote: > ok, good. that at least confirms that I correctly translated between > the driver code and documented specification. > > I will try 8k as a test for now and see how that runs. > > sean For now, I've patched one front end server with: /usr/src/sys/dev/e1000/if_igb.h:#define IGB_MAX_RXD 4096 * 4 And adjusted hw.igb.rxd: 8192 So far so good, been running in production for a couple of hours so the "smoke test" for this setting seems to be happy. We'll continue to adjust and test tomorrow during higher load conditions. Sean