From owner-freebsd-usb@FreeBSD.ORG Tue Apr 10 19:58:32 2007 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7D66016A400 for ; Tue, 10 Apr 2007 19:58:32 +0000 (UTC) (envelope-from fbsd@opal.com) Received: from smtp.vzavenue.net (smtp.vzavenue.net [66.171.59.140]) by mx1.freebsd.org (Postfix) with ESMTP id 393BD13C458 for ; Tue, 10 Apr 2007 19:58:32 +0000 (UTC) (envelope-from fbsd@opal.com) Received: from 77.79.171.66.subscriber.vzavenue.net (HELO homobox.opal.com) ([66.171.79.77]) by smtp.vzavenue.net with ESMTP; 10 Apr 2007 15:58:32 -0400 X-REPUTATION: -2.0 X-REMOTE-IP: 66.171.79.77 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ah4FAJSDG0ZCq09NUGdsb2JhbACPewEBKg X-IronPort-AV: i="4.14,391,1170651600"; d="scan'208"; a="144927550:sNHT19948212" Received: from linwhf.opal.com (localhost [127.0.0.1]) by homobox.opal.com (8.13.8/8.13.8) with ESMTP id l3AJwUDi034908; Tue, 10 Apr 2007 15:58:30 -0400 (EDT) (envelope-from fbsd@opal.com) Received: from 192.168.3.65 ([192.168.3.65] helo=linwhf.opal.com) by ASSP-nospam; 10 Apr 2007 15:58:30 -0400 Received: from linwhf.opal.com (localhost [127.0.0.1]) by linwhf.opal.com (8.13.8/8.13.8) with ESMTP id l3AJwTsd001405 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Tue, 10 Apr 2007 15:58:29 -0400 (EDT) (envelope-from fbsd@opal.com) Received: (from jr@localhost) by linwhf.opal.com (8.13.8/8.13.8/Submit) id l3AJwSWu001404; Tue, 10 Apr 2007 15:58:28 -0400 (EDT) (envelope-from fbsd@opal.com) X-Authentication-Warning: linwhf.opal.com: jr set sender to fbsd@opal.com using -f Date: Tue, 10 Apr 2007 15:58:28 -0400 From: "J.R. Oldroyd" To: Hans Petter Selasky Message-ID: <20070410195828.GA1318@linwhf.opal.com> References: <200704022300.30522.hselasky@c2i.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200704022300.30522.hselasky@c2i.net> User-Agent: Mutt/1.4.2.2i Cc: freebsd-usb@freebsd.org Subject: Re: axe(4) with Ax88178 and Ax88772 support (update) 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: Tue, 10 Apr 2007 19:58:32 -0000 On Apr 02, 23:00, Hans Petter Selasky wrote: > > Could you install the new USB stack and see if your AXE device works? > I have tested the Ax88772 import in your new USB stack. It does move packets, but rx is very slow. Tx gets me around 650-750 kB/s on a large file scp. Rx gets me only 35 kB/s on the same file. By comparisson, this driver in the current USB stack in 6-stable gets me full speed for both tx and rx. Haven't had time to debug but will try to over the next few days. -jr