From owner-freebsd-mips@freebsd.org Tue Oct 27 12:54:46 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 6AC01A1E60E for ; Tue, 27 Oct 2015 12:54:46 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-io0-x229.google.com (mail-io0-x229.google.com [IPv6:2607:f8b0:4001:c06::229]) (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 37B141C1B for ; Tue, 27 Oct 2015 12:54:46 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by iody8 with SMTP id y8so64077094iod.1 for ; Tue, 27 Oct 2015 05:54:45 -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=QOS6wWbSH4maETYZzVpy7rYy65xW5hylgcVbIfRqpNs=; b=M4Rs2UJrbE55933dBDCaUyUjcr7pgMN5y0Z7Ls3RntL9uvQ+yjtzZBZJdOkuxM1qI0 AgjaksNSQN4mVWOaSeb3trrLR1yBEhLNtM8ztzu3uNejjBYnlQSRIjPNwL8hhcx2fwCI Mm3D5TgwdHHWPTxnLSyXdELlVIAni2nK8QxahX7mwELuM9B71nidshmR1F2xQHqfntzO El49XVf2kyvU6MpRl7+hZzDBb6aYVdNd1zzgwdAOLMbufaJUnfb6+KYVkzPJEqOwCmLt 87wT11R95qlPiNuaTGALrqwKpnhb9EXCnHhxO81tiePjoOWqxBFZL2HC7/CFZWweqZb0 xB2Q== MIME-Version: 1.0 X-Received: by 10.107.152.2 with SMTP id a2mr30098904ioe.123.1445950485704; Tue, 27 Oct 2015 05:54:45 -0700 (PDT) Received: by 10.36.46.66 with HTTP; Tue, 27 Oct 2015 05:54:45 -0700 (PDT) In-Reply-To: <562F70A1.9010701@grosbein.net> References: <562E44E9.8090605@grosbein.net> <562E5D17.7030700@rdtc.ru> <562F70A1.9010701@grosbein.net> Date: Tue, 27 Oct 2015 07:54:45 -0500 Message-ID: Subject: Re: Strange results of TP-Link WDR3600 wired ethernet performace test 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: Tue, 27 Oct 2015 12:54:46 -0000 HI, PMC won't help with the interrupt storm. We need to go see what the "stuck" bits are in the arge_intr() / arge_intr_filter() routine. I'll go add some debugging tonight to count each interrupt bit. That should tell us which bit it is. I wish I could reproduce it here. I'd fix it really quickly :( -adrian