commit | ec5efe7946280d1e84603389a1030ccec0a767ae | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Wed Aug 24 10:41:19 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 24 16:13:55 2011 -0700 |
tree | 3097be415740de7f4e9d21ea84c363d88e881303 | |
parent | 0e43182c0c9482a26a4108da9254f3e2869a8e18 [diff] |
rps: support IPIP encapsulation Skip IPIP header to get proper layer-4 information. Like GRE tunnels, this only works if rxhash is not already provided by the device itself (ethtool -K ethX rxhash off), to allow kernel compute a software rxhash. Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>