net: rps: skip fragment when computing rxhash
authorChangli Gao <xiaosuo@gmail.com>
Tue, 17 Aug 2010 19:01:38 +0000 (19:01 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Aug 2010 00:10:38 +0000 (17:10 -0700)
Fragmented IP packets may have no transfer header, so when computing
rxhash, we should skip them.

Signed-off-by: Changli Gao <xiaosuo@gmail.com>
Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev.c

diff --cc net/core/dev.c
Simple merge