From owner-freebsd-arm@FreeBSD.ORG Fri Mar 22 17:16:14 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BF07DE63 for ; Fri, 22 Mar 2013 17:16:14 +0000 (UTC) (envelope-from lehis2000@mail.ru) Received: from fallback1.mail.ru (fallback1.mail.ru [94.100.176.18]) by mx1.freebsd.org (Postfix) with ESMTP id 78629F41 for ; Fri, 22 Mar 2013 17:16:14 +0000 (UTC) Received: from smtp45.i.mail.ru (smtp45.i.mail.ru [94.100.177.105]) by fallback1.mail.ru (mPOP.Fallback_MX) with ESMTP id 447791553837 for ; Fri, 22 Mar 2013 21:16:12 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.ru; s=mail2; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:References:Subject:CC:To:MIME-Version:From:Date:Message-ID; bh=FK63q6dWbQATGOYh53z49uQosCp8NJz94WtvdJwDzsk=; b=PTMgryU5i+b9C7kfEcm2cshHoriUlZT6NS3rPKWiPq2ATFR03CtSFzGi63psUUIfUx2c3CX7Rw0S2FNQGLZJyYhHjwNbcGSR5irrJheeg5d7kVfrQcPnQPeuvdoLmkeR+I5jaLMx52oRza0xJS3DX6L57pcU7jDKZXKF5FwGXLg=; Received: from [91.217.137.251] (port=58255 helo=work-book.lehis.ru) by smtp45.i.mail.ru with esmtpa (envelope-from ) id 1UJ5Z5-0007IU-J8; Fri, 22 Mar 2013 21:15:39 +0400 Message-ID: <514C91AE.1050506@mail.ru> Date: Fri, 22 Mar 2013 21:15:26 +0400 From: "Alexey V. Panfilov" User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/20130209 Thunderbird/17.0.2 MIME-Version: 1.0 To: Oleksandr Tymoshenko Subject: Re: RPI-B as router References: <514B2188.8030905@mail.ru> <6F05C3AD-D6F0-46B2-95D3-329898DE69B6@bluezbox.com> <514C902D.3030207@mail.ru> In-Reply-To: <514C902D.3030207@mail.ru> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit X-Spam: Not detected X-Mras: Ok Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Mar 2013 17:16:14 -0000 22.03.2013 21:09, Alexey V. Panfilov wrote: > 22.03.2013 09:53, Oleksandr Tymoshenko wrote: > >>> So RPI-B network's throughput was around 20Mbit/sec of full-duplex traffic: >> >> The problem is that USB works in PIO mode. With DMA mode enabled >> it's somewhat faster. Here is my half-baked patch: >> >> http://people.freebsd.org/~gonzo/patches/dwc_otg-dma-nosplit.diff > > Oleksandr, thank you for explaine patch! ^^^ *explain _the_problem_and_ patch > Recompiling kernel with your patch in progress :) > > I'll report about result. > >> >> Network interface should work, although USB keyboards will not work >> with this patch. >> > > I prefer to logon on RPI via ssh, so breaking USB keyboard is not big > damage for me :) > > > -- Best regards, Alexey V. Panfilov