From owner-freebsd-mips@freebsd.org Wed Oct 28 05:12:10 2015 Return-Path: Delivered-To: freebsd-mips@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 14DCBA1FB7E for ; Wed, 28 Oct 2015 05:12:10 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-io0-x232.google.com (mail-io0-x232.google.com [IPv6:2607:f8b0:4001:c06::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D4D9B107B for ; Wed, 28 Oct 2015 05:12:09 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by iofz202 with SMTP id z202so244466103iof.2 for ; Tue, 27 Oct 2015 22:12:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=cC/Mc+wn1zf8f0LWpHyh9Roo8Bq48LLaZ+FKCKnVYK4=; b=CXK5pNf6OAYPgayZ5cu3ipuw5PfOsEBpOBj9ra2RCLopPRKeS/87Kp/plVOJLNIpam mPVpAuAPEF5GDYTSIvIHMXDpvBxHolqFLbVwv0mkSOX+js8po6FDitdcszTrSK7Bk/A8 vXYK7Dp4m7zLkAYhQqWT8yGjLU2p7YaSUHjXxX3COf3QqPy6Q8tE0tVpj0xozV7gFuyZ Zx2RaHE4j+2DYUFhZ8VpIMACxQwraqKVZwbrAAbeaZ8R99ihat5Rp+OsafveNAbg52bw 4c1TLhiacLKj2Qvxh8J1oNtQ8TItjgK7Wh8mDYo9+oKQrR7MpK8Z//oTf4enHrOatx8R a59A== MIME-Version: 1.0 X-Received: by 10.107.3.72 with SMTP id 69mr44395834iod.75.1446009129157; Tue, 27 Oct 2015 22:12:09 -0700 (PDT) Received: by 10.36.46.66 with HTTP; Tue, 27 Oct 2015 22:12:09 -0700 (PDT) In-Reply-To: References: <562CBEC3.8030308@rdtc.ru> <562E3027.4020806@grosbein.net> <562F75E2.9000505@grosbein.net> Date: Tue, 27 Oct 2015 22:12:09 -0700 Message-ID: Subject: Re: arge1 on TL WDR3600 From: Adrian Chadd To: Eugene Grosbein Cc: "freebsd-mips@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Oct 2015 05:12:10 -0000 Hi, update to the latest -HEAD and try again. Make sure you have ARGE_DEBUG defined. sysctl dev.arge.0 and sysctl dev.arge.1 after you've seen the interrupt storm - i'd like to see which interrupt source is getting stuck. a-