From: Or Gerlitz <redacted>
Date: Wed, 18 Jul 2012 17:19:18 +0300
This series from Amir Vadai adds support for Accelerated RFS
to the mlx4_en Ethernet driver.
The code uses the Accelerated RFS infrastructure and HW flow steering
to keep CPU affinity of rx interrupts and applications per TCP stream.
To do so, we had to add little protection to cpu_rmap.h against double
inclusion. Also, added linking between CPU to IRQ using rmap in the
mlx4_core driver.
Please use CONFIG_RFS_ACCEL consistently to protect this feature
in your driver sources.
Using CPU_RMAP in a few places is inconsistent, and not what other
drivers do.
Thanks.