From owner-freebsd-arm@freebsd.org Wed Jun 15 21:36:43 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E754A3149F for ; Wed, 15 Jun 2016 21:36:43 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B51B1CEF for ; Wed, 15 Jun 2016 21:36:43 +0000 (UTC) (envelope-from hps@selasky.org) Received: from laptop015.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 9D8611FE023; Wed, 15 Jun 2016 23:36:41 +0200 (CEST) Subject: Re: RPI2 network performance To: fbsdarm@openmailbox.org, freebsd-arm@freebsd.org References: <90a3d2fb-371c-e81b-75e9-2adfcb4af31d@selasky.org> From: Hans Petter Selasky Message-ID: <0e4efb4b-df37-263e-1aaf-c869c0477a62@selasky.org> Date: Wed, 15 Jun 2016 23:40:15 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <90a3d2fb-371c-e81b-75e9-2adfcb4af31d@selasky.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2016 21:36:43 -0000 On 06/15/16 23:35, Hans Petter Selasky wrote: > On 06/13/16 23:34, fbsdarm@openmailbox.org wrote: >> Hello, >> >> I can not get more than 10Mbps down on an RPI2. Test have been done >> through both the default fast-ethernet port and a couple of USB network >> adapter (different chipsets). >> All recognized but all stuck at 10Mbps max. I've used curl to /dev/null >> for the test. (to exclude potential SDCard limit).I am running >> 11.0-ALPHA2. >> >> Is there any trick needed to get 100Mbps pass-through? (Just want to use >> it as a gateway/firewall). >> Thanks, > > Hi, > > The RPI2 should get you from 80-100 MBps. Sounds like a link problem. > Can you show output from ifconfig and iperf ? > > --HPS > Further check if kernel is built with WITNESS and INVARIANT options. It will slow down network performance. --HPS