From: Ben Hutchings Date: Tue, 15 Feb 2011 20:32:04 +0000 (+0000) Subject: net: RPS: Make hardware-accelerated RFS conditional on NETIF_F_NTUPLE X-Git-Tag: v2.6.39-rc1~468^2~317^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69a19ee60d5d5adc0addbdffd254f83b60660a07;p=pandora-kernel.git 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 --- Reading git-diff-tree failed