From owner-freebsd-usb@FreeBSD.ORG Thu Sep 17 15:06:59 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id C7E3E106568D; Thu, 17 Sep 2009 15:06:58 +0000 (UTC) (envelope-from nork@FreeBSD.org) Date: Fri, 18 Sep 2009 00:06:57 +0900 From: Norikatsu Shigemura To: pyunyh@gmail.com Message-Id: <20090918000657.099df7c4.nork@FreeBSD.org> In-Reply-To: <20090914193722.GD1155@michelle.cdnetworks.com> References: <20090914193722.GD1155@michelle.cdnetworks.com> X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-usb@freebsd.org Subject: Re: CFT: axe(4) performance patch X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Sep 2009 15:06:59 -0000 Hi pyun! On Mon, 14 Sep 2009 12:37:22 -0700 Pyun YongHyeon wrote: > I submitted axe(4) performance patch to Hans and he committed the > patch to P4. > http://perforce.freebsd.org/chv.cgi?CH=168457 I tested following environments: AX88178(GbE), AX88172(100), AX88772(100), bge(GbE), re(GbE), rl(100) patched: AX88178, AX88172, AX88772 <-> bge old: AX88178, AX88172, AX88772 <-> bge patched: AX88178, AX88172, AX88772 <-> rl old: AX88178, AX88172, AX88772 <-> re My environment, there are 3 machines: +--+----+-------------+----+ (All port GbE L2SW) | | | bge re rl (patched) (old) bge: FreeBSD 7.2-stable re: FreeBSD 9-current rl: FreeBSD 8.0-beta4 For test environments: +--+----+---+---+---+ +--+-----+--+------+---+ | | | | | | bge re rl-axe bge re-axe rl (old) (patched) According to netperf, patched: AX88178, AX88172, AX88772 <-> bge 60Mbps, 60Mbps, 25Mbps patched: AX88178, AX88172, AX88772 <-> rl 90Mbps, 60Mbps, 40Mbps old: AX88178, AX88172, AX88772 <-> bge 180Mbps, 90Mbps, 95Mbps old: AX88178, AX88172, AX88772 <-> re 180Mbps, 90Mbps, 95Mbps Ummmm, I'll try to update old(rl) machine to pached, and re-test. Thank you.