From: Nick Piggin <nickpiggin@yahoo.com.au>
Date: Tue, 13 Nov 2007 22:41:58 +1100
Just a note that I'm not ignoring this issue, I just don't have time
to get to it yet.
I suspect the issue is about having a huge skb->data linear area for
TCP sends over loopback. We're likely getting a much smaller
skb->data linear data area after the patch in question, the rest using
the sk_buff scatterlist pages which are a little bit more expensive to
process.
-