commit | 69a19ee60d5d5adc0addbdffd254f83b60660a07 | [log] [tgz] |
---|---|---|
author | Ben Hutchings <bhutchings@solarflare.com> | Tue Feb 15 20:32:04 2011 +0000 |
committer | Ben Hutchings <bhutchings@solarflare.com> | Tue Feb 15 20:36:11 2011 +0000 |
tree | 1ddb2f75bb69dde71bf9d13dc04d2dfbd71e12d7 | |
parent | 94b274bf5fba6c75b922c8a23ad4b5639a168780 [diff] |
net: RPS: Make hardware-accelerated RFS conditional on NETIF_F_NTUPLE For testing and debugging purposes it is useful to be able to disable hardware acceleration of RFS without disabling RFS altogether. Since this is a similar feature to 'n-tuple' flow steering through the ethtool API, test the same feature flag that controls that. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>