commit | b6e97c132bbca469d57634622dd7bdacb21f018f | [log] [tgz] |
---|---|---|
author | Govindarajulu Varadarajan <_govind@gmx.com> | Mon Jun 23 16:08:01 2014 +0530 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 23 14:32:19 2014 -0700 |
tree | ceeecf30a2d5f662f7f6c68ac90f0fa06d24e5eb | |
parent | 631185273b6e1f8e0b5a00c1aca08650b2d18a57 [diff] |
enic: alloc/free rx_cpu_rmap rx_cpu_rmap provides the reverse irq cpu affinity. This patch allocates and sets drivers netdev->rx_cpu_rmap accordingly. rx_cpu_rmap is set in enic_request_intr() which is called by enic_open and rx_cpu_rmap is freed in enic_free_intr() which is called by enic_stop. This is used by Accelerated RFS. Signed-off-by: Govindarajulu Varadarajan <_govind@gmx.com> Signed-off-by: David S. Miller <davem@davemloft.net>