[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20081014.125156.92616351.davem@davemloft.net>
Date: Tue, 14 Oct 2008 12:51:56 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: porterde@...utexas.edu
Cc: linux-net@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: e1000 softirq load balancing
From: Don Porter <porterde@...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.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists