From owner-freebsd-net@freebsd.org Wed Oct 21 17:41:46 2015 Return-Path: Delivered-To: freebsd-net@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 52273A1BDD0 for ; Wed, 21 Oct 2015 17:41:46 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2EC631E36; Wed, 21 Oct 2015 17:41:46 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 88EF4B98F; Wed, 21 Oct 2015 13:41:44 -0400 (EDT) From: John Baldwin To: Maxim Sobolev Cc: FreeBSD Net Subject: Re: Some MSI are not routed correctly Date: Wed, 21 Oct 2015 10:41:01 -0700 Message-ID: <2050066.YiOUntKNB6@ralph.baldwin.cx> User-Agent: KMail/4.14.3 (FreeBSD/10.2-PRERELEASE; KDE/4.14.3; amd64; ; ) In-Reply-To: References: <1608354.LQmTMSsd5C@ralph.baldwin.cx> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Wed, 21 Oct 2015 13:41:44 -0400 (EDT) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Oct 2015 17:41:46 -0000 On Tuesday, October 20, 2015 06:31:47 PM Maxim Sobolev wrote: > Here you go: > > $ sudo procstat -S 11 > PID TID COMM TDNAME CPU CSID CPU MASK > 11 100082 intr irq269: igb1:que 4 1 4 > 11 100084 intr irq270: igb1:que 5 1 5 > 11 100086 intr irq271: igb1:que 6 1 6 > 11 100088 intr irq272: igb1:que 7 1 7 These are clearly what you want, and you can see that the last CPU they ran on is the CPU you want as well. If you run 'top -SHz' do you see the threads running on other CPUs? -- John Baldwin