From: Eric Dumazet Date: Thu, 10 Oct 2013 15:43:00 +0000 (-0700) Subject: tcp: tcp_transmit_skb() optimizations X-Git-Tag: v3.13-rc1~105^2~192 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccdbb6e96beca362db876d820ac1e560ff6d9579;p=pandora-kernel.git tcp: tcp_transmit_skb() optimizations 1) We need to take a timestamp only for skb that should be cloned. Other skbs are not in write queue and no rtt estimation is done on them. 2) the unlikely() hint is wrong for receivers (they send pure ACK) Signed-off-by: Eric Dumazet Cc: MF Nowlan Cc: Yuchung Cheng Cc: Neal Cardwell Acked-By: Yuchung Cheng Signed-off-by: David S. Miller --- Reading git-diff-tree failed