From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Subject: Re: smp_affinity, MSI-X and 2.6.21.1 Date: 09 May 2007 12:35:29 +0200 Message-ID: References: <463F91D3.3010000@hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Linux Network Development list To: Rick Jones Return-path: Received: from mx2.suse.de ([195.135.220.15]:48715 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752141AbXEIJiF (ORCPT ); Wed, 9 May 2007 05:38:05 -0400 In-Reply-To: <463F91D3.3010000@hp.com> Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Rick Jones writes: > Folks - > > Is it a bug, or a feature that after changing a device's smp_affinity > via echo "N" >> /proc/irq/M/smp_affinity that the new mask isn't > visible via cat /proc/irq/M/smp_affinity until after actual interrupts > are taken? Intel chipsets can only safely update affinity during interrupt processing. You see a side effect of the code implementing this restriction. -Andi