From owner-freebsd-mips@FreeBSD.ORG Tue Oct 4 16:18:01 2011 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E94A1065679; Tue, 4 Oct 2011 16:18:01 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id D586E8FC17; Tue, 4 Oct 2011 16:18:00 +0000 (UTC) Received: by ywp17 with SMTP id 17so833561ywp.13 for ; Tue, 04 Oct 2011 09:18:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=HMESRNF2KZmKsH8OuD1LVJWhbKi0DinR5Q5GDkBfGWM=; b=NR63IV1ciZEUsohu+QM1NxVCX6Ty+mmbmhczcl7Ky94QJodEnF9AUhyEA5YZTqHMAz qRLw0B5VxLNe/38sYtTotdaRzWLVkwIU5IcdgUIf38NsTK5G5ZSc/70HwEbl4EaFTHJt ADlRaaqd0YwjPTaXUaH5r4CBrlJ21FermM28U= MIME-Version: 1.0 Received: by 10.236.79.72 with SMTP id h48mr8121005yhe.4.1317745080380; Tue, 04 Oct 2011 09:18:00 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.236.111.42 with HTTP; Tue, 4 Oct 2011 09:18:00 -0700 (PDT) In-Reply-To: References: <20111002110331.GF1511@deviant.kiev.zoral.com.ua> Date: Wed, 5 Oct 2011 00:18:00 +0800 X-Google-Sender-Auth: BZ4MEpjKsmaFHCyxv0apS_DrmlQ Message-ID: From: Adrian Chadd To: "Jayachandran C." Content-Type: text/plain; charset=ISO-8859-1 Cc: Kostik Belousov , Alexander Motin , freebsd-mips@freebsd.org Subject: Re: svn commit: r225892 - head/sys/mips/mips X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2011 16:18:01 -0000 On 4 October 2011 23:48, Adrian Chadd wrote: > Hi all, > > I've tried jc's patch. The hand-wavy, brief summary when tested on my > hostap (mips): > > * when doing single-stream, one way TCP tests (where it thus needs > TX/RX traffic to occur), I get 100% CPU utilisation - 50% interrupt, > 50% system, but the total interrupt rate isn't too high. It's much > higher than without his patch. I'll go digging later to see what's > going on. This turns out to be my fault. I seem to have somehow messed up something in one of my more recent commits. I'm quite certain that it won't have any impact on the results, as I never see the interrupt latency issue with bidirectional traffic. The UDP results are correct though - jc's stuff hasn't entirely fixed it. I'll do some more testing tomorrow morning and report what I find. g'night, Adrian