rps: support IPIP encapsulation
commitec5efe7946280d1e84603389a1030ccec0a767ae
authorEric Dumazet <eric.dumazet@gmail.com>
Wed, 24 Aug 2011 10:41:19 +0000 (24 10:41 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Aug 2011 23:13:55 +0000 (24 16:13 -0700)
tree3097be415740de7f4e9d21ea84c363d88e881303
parent0e43182c0c9482a26a4108da9254f3e2869a8e18
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>
net/core/dev.c