Re: [v2 PATCH 2/4] tcp: Move code related to head frag in tcp_try_coalesce
From: David Miller <davem@davemloft.net> Date: 2012-05-03 08:22:13
From: Eric Dumazet <redacted>
Date: Thu, 03 May 2012 09:50:56 +0200
On Thu, 2012-05-03 at 00:19 -0700, Alexander Duyck wrote:
quoted
This change reorders the code related to the use of an skb->head_frag so it
is placed before we check the rest of the frags. This allows the code to
read more linearly instead of like some sort of loop.
Signed-off-by: Alexander Duyck <redacted>