From: Or Gerlitz <redacted>
Date: Thu, 19 Jul 2012 11:33:48 +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.
changes from V0:
- always use CONFIG_RFS_ACCEL instead of using twice CONFIG_CPU_RMAP directly
Series applied, thanks.