From: "J.Hwan Kim" <frog1120@gmail.com>
To: netdev <netdev@vger.kernel.org>
Subject: Re: how to distribute irqs of ixgbevf
Date: Thu, 25 Aug 2011 19:00:41 +0900 [thread overview]
Message-ID: <4E561D49.8050405@gmail.com> (raw)
In-Reply-To: <1314260481.2387.10.camel@edumazet-HP-Compaq-6005-Pro-SFF-PC>
On 2011년 08월 25일 17:21, Eric Dumazet wrote:
> Le jeudi 25 août 2011 à 17:07 +0900, J.Hwan Kim a écrit :
>> Hi, everyone
>>
>> The interrupts of my ixgbevf driver occurs only Core 0
>> although the user space "irqbalance" serivce is working.
>>
>> How can I distribute the interrupt of RX in ixgbevf to all cores?
>>
>> cat /proc/interrupts | grep "isv"
>> 97: 8 0 0 0 0
>> 0 0 0 PCI-MSI-edge isv0-rx-0
>> 99: 7 0 0 0 0
>> 0 0 0 PCI-MSI-edge isv0:lsc
>> 103: 2059 0 0 0 0
>> 0 0 0 PCI-MSI-edge isv2-rx-0
>> 104: 14 0 0 0 0
>> 0 0 0 PCI-MSI-edge isv2-tx-0
>> 105: 1 0 0 0 0
>> 0 0 0 PCI-MSI-edge isv2:mbx
>>
>> "isv" is netdevice name of my ixgbevf.
> Given load is very small, irqbalance chose to send interrupts on a
> single cpu.
When I measure cpu load with "top", it indicates CPU load around 99%
next prev parent reply other threads:[~2011-08-25 10:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-25 8:07 how to distribute irqs of ixgbevf J.Hwan Kim
2011-08-25 8:21 ` Eric Dumazet
2011-08-25 10:00 ` J.Hwan Kim [this message]
2011-08-25 10:19 ` J.Hwan Kim
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4E561D49.8050405@gmail.com \
--to=frog1120@gmail.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).