[PATCH 1/4] [TCP]: Consider GSO while counting reord in sacktag

2007-11-10 Thread Ilpo Järvinen
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 [EMAIL PROTECTED] ---

Re: [PATCH 1/4] [TCP]: Consider GSO while counting reord in sacktag

2007-11-10 Thread David Miller
From: Ilpo_Järvinen [EMAIL PROTECTED] Date: Sat, 10 Nov 2007 12:55:59 +0200 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