From owner-freebsd-stable@FreeBSD.ORG Mon Aug 7 21:43:42 2006 Return-Path: X-Original-To: stable@FreeBSD.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 459AB16A4DA; Mon, 7 Aug 2006 21:43:42 +0000 (UTC) (envelope-from freebsdlists@bsdunix.ch) Received: from mail01.solnet.ch (mail01.solnet.ch [212.101.4.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B3F843D7E; Mon, 7 Aug 2006 21:43:34 +0000 (GMT) (envelope-from freebsdlists@bsdunix.ch) Received: from mail01.solnet.ch ([127.0.0.1]) by localhost (mail01.solnet.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 96521-01-21; Mon, 7 Aug 2006 21:43:27 +0000 (GMT) Received: from [192.168.1.100] (unknown [82.220.17.23]) by mail01.solnet.ch (Postfix) with ESMTP id 4368162235; Mon, 7 Aug 2006 21:32:18 +0000 (GMT) Message-ID: <44D7B162.8050603@bsdunix.ch> Date: Mon, 07 Aug 2006 23:32:18 +0200 From: Thomas User-Agent: Thunderbird 1.5.0.5 (Macintosh/20060719) MIME-Version: 1.0 To: Gleb Smirnoff References: <20060803100341.GQ96644@FreeBSD.org> In-Reply-To: <20060803100341.GQ96644@FreeBSD.org> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mail01.solnet.ch Cc: stable@FreeBSD.org Subject: Re: em(4) update for 6-STABLE 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, 07 Aug 2006 21:43:42 -0000 Hi Gleb Thanks for you work. I will test this on a small freebsd based router with an averrage of 300mb/s in the next few days. Should I test anything special? Where should I see most of the improvements compared to 6.1 Release? (less interrupts without polling?) Cheers, Thomas Gleb Smirnoff schrieb: > Colleagues, > > here is a patch that merges HEAD em(4) driver to RELENG_6. > > First, it significantly improves perfromance of the driver > under high pps load. > Second, it adds support for few new chips. > > You need to update your system to fresh RELENG_6. The driver > will not compile on 6.1-RELEASE. > > Then you need to run the following sequence: > > cd /usr/src/sys/dev/em > fetch http://people.freebsd.org/~glebius/em-6.0.5.RELENG_6.patch.gz > gunzip em-6.0.5.RELENG_6.patch.gz > patch < em-6.0.5.RELENG_6.patch > > and then rebuild your kernel and reboot. > >