Thread (3 messages) flat view 3 messages, 3 authors, 2012-07-17

Re: [PATCH net-next] be2net: dont pull too much data in skb linear part

From: David Miller <davem@davemloft.net>
Date: 2012-07-17 06:03:00

From: Eric Dumazet <redacted>
Date: Fri, 13 Jul 2012 15:19:41 +0200
From: Eric Dumazet <edumazet@google.com>

skb_fill_rx_data() pulls 64 byte of data in skb->data

Its too much for TCP (with no options) on IPv4, as total size of headers
is 14 + 40 = 54

This means tcp stack and splice() are suboptimal, since tcp payload
is in part in tcp->data, and in part in skb frag.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Applied.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help