From owner-freebsd-arm@FreeBSD.ORG Thu Nov 7 15:25:16 2013 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B1AE342B for ; Thu, 7 Nov 2013 15:25:16 +0000 (UTC) (envelope-from iz-rpi03@hs-karlsruhe.de) Received: from smtp.hs-karlsruhe.de (smtp.HS-Karlsruhe.DE [193.196.64.25]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7646F27A9 for ; Thu, 7 Nov 2013 15:25:16 +0000 (UTC) Received: from iz-wera01.hs-karlsruhe.de ([193.196.65.46]) by smtp.hs-karlsruhe.de with esmtp (Exim 4.80.1) (envelope-from ) id 1VeRSM-002wF8-JE; Thu, 07 Nov 2013 16:25:14 +0100 X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.5 From: Ralf Wenk To: arm@freebsd.org Subject: Re: Regression between r254984 and r255943 on Raspberry Pi: failed to create new mbuf In-reply-to: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 07 Nov 2013 16:25:14 +0100 Message-Id: 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: Thu, 07 Nov 2013 15:25:16 -0000 Hello, as an update for those who are interested: I have narrowed the cause down to the changes in r255138. During the search I also noticed that there is a large decrease in rsync(1) network speed associated with r255138. rsync-ing an already synced file shows 535.46kB/s before r255138 and 27.40kB/s (target host is connected over DSL) after. A bug report is filed as http://www.freebsd.org/cgi/query-pr.cgi?pr=183753 Ralf