From: Eric Dumazet Date: Thu, 23 May 2013 07:44:20 +0000 (+0000) Subject: tcp: xps: fix reordering issues X-Git-Tag: v3.10-rc3~18^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=547669d483e5783d722772af1483fa474da7caf9;p=pandora-kernel.git tcp: xps: fix reordering issues commit 3853b5841c01a ("xps: Improvements in TX queue selection") introduced ooo_okay flag, but the condition to set it is slightly wrong. In our traces, we have seen ACK packets being received out of order, and RST packets sent in response. We should test if we have any packets still in host queue. Signed-off-by: Eric Dumazet Cc: Tom Herbert Cc: Yuchung Cheng Cc: Neal Cardwell Signed-off-by: David S. Miller --- Reading git-diff-tree failed