lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 14 Oct 2008 18:46:11 -0500
From:	Don Porter <porterde@...utexas.edu>
To:	David Miller <davem@...emloft.net>
CC:	linux-net@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: e1000 softirq load balancing

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@...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

Powered by Openwall GNU/*/Linux Powered by OpenVZ