From owner-freebsd-mips@FreeBSD.ORG Mon Jan 14 08:09:05 2013 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5DAB28EA for ; Mon, 14 Jan 2013 08:09:05 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by mx1.freebsd.org (Postfix) with ESMTP id 01D6FAEE for ; Mon, 14 Jan 2013 08:09:04 +0000 (UTC) Received: by mail-wi0-f180.google.com with SMTP id hj13so1058483wib.1 for ; Mon, 14 Jan 2013 00:09:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=ytWwZsXtvnhtAPDKEWLngAumQQ1kqWr0NT8K8IpztWc=; b=Q9rLfOHV/9e1DQx1zQDLjPIr/uhFw3fXB+jHUf3Hewd0VZVrjN3nLbvF5OLe2ju7r4 cs4pOMsCPchW7veDcS+9ZRbj76Sw2gyIm7GSMyJ2rNLC2lsE3bEri9ESAeZkQntvT3Kj 9oQgFTZS+cAC+EyiXtQWTKrAbktwaH2cKSYUpKgOHZxr9dJNvIQogNs2r4W5IBBjMwwF zuKksyz+aoyI/JIsjIT9drQhNwYidrCXfk73S3PIpZCN2WCRyIakIu56TjubGn/eRSiA vsUIfkzG6DijQiu82DSUFm5s/bLq8tfkgOwfzGARjnsnCdH/6JdW5xAeq082sDQ62QlZ OJWg== MIME-Version: 1.0 Received: by 10.194.109.10 with SMTP id ho10mr43013055wjb.16.1358150943823; Mon, 14 Jan 2013 00:09:03 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.217.57.9 with HTTP; Mon, 14 Jan 2013 00:09:03 -0800 (PST) Date: Mon, 14 Jan 2013 00:09:03 -0800 X-Google-Sender-Auth: HYXdMxyKCaaRVCNomRAUuR3muEM Message-ID: Subject: heads-up: seeing weird issues on ar71xx board(s) now and if_arge From: Adrian Chadd To: freebsd-mips@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2013 08:09:05 -0000 Hi, I've recently updated to -HEAD and am testing code on the AP96 reference board (ar71xx.) Now, before I left on holiday (~ mid december) things were fine. Now, I'm seeing this when doing iperf TCP testing beween wifi <-> ethernet connected hosts. bridge0: Ethernet address: 76:07:0b:84:7e:19 arge0: discard frame w/o packet header arge0: discard frame w/o packet header .. and eventually I'll get a crash deep in the ath(4) driver. Same code on i386 - no crashes. I'll try to find some time this week to dig through and figure out what broke. But this is a heads up - I'd appreciate it if others could test out AR71xx support on current -HEAD and see if they see the same issues. Thanks, Adrian