From: Don Porter <porterde@cs.utexas.edu>
To: David Miller <davem@davemloft.net>
Cc: linux-net@vger.kernel.org, netdev@vger.kernel.org
Subject: Re: e1000 softirq load balancing
Date: Tue, 14 Oct 2008 18:46:11 -0500 [thread overview]
Message-ID: <48F52F43.9040201@cs.utexas.edu> (raw)
In-Reply-To: <20081014.125156.92616351.davem@davemloft.net>
Thanks David.
Would you mind giving me a bit of intuition why I can't have a 1:1
mapping of CPUs to NICs?
I am a bit out of my depth here, but I'd like to learn.
Best,
Don
David Miller wrote:
> From: Don Porter <porterde@cs.utexas.edu>
> Date: Tue, 14 Oct 2008 14:05:34 -0500
>
>
>> It seems to me that with 4 independent NICs and plenty of CPUs to
>> spare, I ought to be able to assign one softirq daemon to each NIC
>> rather than funnelling all of the traffic through 1 or 2.
>>
>
> Traffic doesn't get distributed unless the NIC has support
> for RX flow seperation and PCI MSI-X interrupts. Your NICs
> do not.
>
> So no matter how hard you try, each NIC is going to have it's
> packets processed essentially on one cpu.
>
next prev parent reply other threads:[~2008-10-14 23:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <48F4ED7E.4070308@cs.utexas.edu>
2008-10-14 19:51 ` e1000 softirq load balancing David Miller
2008-10-14 23:46 ` Don Porter [this message]
2008-10-14 23:51 ` David Miller
2008-10-14 23:55 ` Donald Porter
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=48F52F43.9040201@cs.utexas.edu \
--to=porterde@cs.utexas.edu \
--cc=davem@davemloft.net \
--cc=linux-net@vger.kernel.org \
--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).