From owner-freebsd-arm@FreeBSD.ORG Sat Mar 14 06:20:28 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C7AE5EEB for ; Sat, 14 Mar 2015 06:20:28 +0000 (UTC) Received: from monday.kientzle.com (142-254-26-11.dsl.static.fusionbroadband.com [142.254.26.11]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5328F32A for ; Sat, 14 Mar 2015 06:20:27 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id t2E62QRb018971; Sat, 14 Mar 2015 06:02:26 GMT (envelope-from tim@kientzle.com) Received: from [192.168.2.102] (192.168.1.65 [192.168.1.65]) by kientzle.com with SMTP id 4mqyisdfu9k3wjxpc5ydmrjt6w; Sat, 14 Mar 2015 06:02:26 +0000 (UTC) (envelope-from tim@kientzle.com) Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Subject: Re: BeagleBone slow inbound net I/O From: Tim Kientzle In-Reply-To: <20150311165115.32327c5a@ivory.wynn.com> Date: Fri, 13 Mar 2015 23:02:25 -0700 Message-Id: <89CEBFCA-6B94-4F48-8DFD-790E4667632D@kientzle.com> References: <20150311165115.32327c5a@ivory.wynn.com> To: Brett Wynkoop X-Mailer: Apple Mail (2.2070.6) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Mar 2015 06:20:29 -0000 > On Mar 11, 2015, at 1:51 PM, Brett Wynkoop wrote: > > Have I managed to find a network driver issue? Any ideas how to gather > more information to help get to the bottom of things? > $ sysctl dev.cpsw This will dump detailed statistics from the Ethernet hardware and driver. Tim