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] [day] [month] [year] [list]
Date:	Wed, 05 Mar 2008 06:30:33 -0500
From:	Jeff Garzik <jeff@...zik.org>
To:	Auke Kok <auke-jan.h.kok@...el.com>
CC:	netdev@...r.kernel.org, e1000-devel@...ts.sourceforge.net
Subject: Re: [PATCH 1/5] ixgbe: Introduce MSI-X queue vector code

Auke Kok wrote:
> From: Ayyappan Veeraiyan <ayyappan.veeraiyan@...el.com>
> 
> This code abstracts the per-queue MSI-X interrupt vector into
> a queue vector layer. This abstraction is needed since there can
> be many more queues than available MSI-X vectors in a machine.
> 
> The MSI-X irq vectors are remapped to a shared queue vector which
> can point to several (both RX and TX) hardware queues. The NAPI
> algorithm then cleans the appropriate ring/queues on interrupt
> or poll.
> 
> The remapping is a delicate and complex calculation to make sure
> that we're not unbalancing the irq load, and spreads the irqs
> as much as possible, and may combine RX and TX flows onto the
> same queue vector.
> 
> This effectively enables receive flow hashing across vectors
> and helps irq load balance across CPUs.
> 
> Signed-off-by: Ayyappan Veeraiyan <ayyappan.veeraiyan@...el.com>
> Signed-off-by: Auke Kok <auke-jan.h.kok@...el.com>
> Acked-by: Jesse Brandeburg <jesse.brandeburg@...el.com>
> Acked-by: Waskiewicz Jr, Peter P <peter.p.waskiewicz.jr@...el.com>

applied 1-5 to #upstream (2.6.26)


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