commit | e3e5af33e6d64a36bce1dfd9f599649f539801de | [log] [tgz] |
---|---|---|
author | Govindarajulu Varadarajan <_govind@gmx.com> | Mon Jul 21 17:22:17 2014 +0530 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 21 20:22:46 2014 -0700 |
tree | 7c3c462982a83816159bc50007b8a5c803bde135 | |
parent | 1042cab8627a2d11491e8b0dd40c4dda3180285a [diff] |
enic: remove #ifdef CONFIG_RFS_ACCEL around filter structures This patch removes the #ifdef CONFIG_RFS_ACCEL around the classifier filter structures. This makes the filter structures available when CONFIG_RFS_ACCEL = n. Introduce enic_rfs_timer_start() & enic_rfs_timer_stop() to start/stop the timer. These two functions are nop when CONFIG_RFS_ACCEL = n. Signed-off-by: Govindarajulu Varadarajan <_govind@gmx.com> Signed-off-by: David S. Miller <davem@davemloft.net>