]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit77b0a06c5a95a178ee501ec224a8609d2b918199
treea835930d949396e1803384a549c7cafe59c3c053
parent024d5bfb535295a9a40fefbee7956861782408b9
net: rps: skip fragment when computing rxhash

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