Re: [PATCH 5/5 net-next] net: makes skb_splice_bits() aware of skb->head_frag
From: David Miller <davem@davemloft.net>
Date: 2012-05-01 01:49:12
From: David Miller <davem@davemloft.net>
Date: 2012-05-01 01:49:12
From: Eric Dumazet <redacted> Date: Fri, 27 Apr 2012 14:10:03 +0200
From: Eric Dumazet <edumazet@google.com> __skb_splice_bits() can check if skb to be spliced has its skb->head mapped to a page fragment, instead of a kmalloc() area. If so we can avoid a copy of the skb head and get a reference on underlying page. Signed-off-by: Eric Dumazet <edumazet@google.com>
Applied.