[TCP]: Consider GSO while counting reord in sacktag
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Sun, 11 Nov 2007 05:20:59 +0000 (21:20 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 11 Nov 2007 05:20:59 +0000 (21:20 -0800)
Reordering detection fails to take account that the reordered
skb may have pcount larger than 1. In such case the lowest of
them had the largest reordering, the old formula used the
highest of them which is pcount - 1 packets less reordered.

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found