From owner-freebsd-arch@FreeBSD.ORG Wed Jun 23 14:16:30 2010 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F338106566C; Wed, 23 Jun 2010 14:16:30 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 32DEE8FC0C; Wed, 23 Jun 2010 14:16:30 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 6152446B06; Wed, 23 Jun 2010 10:16:29 -0400 (EDT) Received: from jhbbsd.localnet (smtp.hudson-trading.com [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 5DE3A8A04E; Wed, 23 Jun 2010 10:16:28 -0400 (EDT) From: John Baldwin To: freebsd-arch@freebsd.org Date: Wed, 23 Jun 2010 09:51:16 -0400 User-Agent: KMail/1.12.1 (FreeBSD/7.3-CBSD-20100217; KDE/4.3.1; amd64; ; ) References: <4C21AE15.6030109@FreeBSD.org> In-Reply-To: <4C21AE15.6030109@FreeBSD.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Message-Id: <201006230951.16046.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Wed, 23 Jun 2010 10:16:28 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=4.2 tests=BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: Alexander Motin Subject: Re: "stray irqX" or "irqX: stray" X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2010 14:16:30 -0000 On Wednesday 23 June 2010 2:47:49 am Alexander Motin wrote: > Hi. > > Now we use different format for stray irq counters names (can be better > seen at `vmstat -ia`). Considering stray is a kind of special case (I > know no other cases using additional counters for interrupt source), I > still think it can be made somewhat more unified. I think we could > change "stray irqX" format to "irqX: stray". This format IMHO better > fits into existing naming scheme of "source: driver". I actually think it is more of a feature that they don't match since they should never occur. If one does occur it should be noticeable and not "blend in" with other interrupts. -- John Baldwin