Messages in this thread |  | | Subject | Re: [PATCH net-next V3 1/2] net: introduce skb_coalesce_rx_frag() | From | Eric Dumazet <> | Date | Fri, 01 Nov 2013 02:45:39 -0700 |
| |
On Fri, 2013-11-01 at 14:07 +0800, Jason Wang wrote: > Sometimes we need to coalesce the rx frags to avoid frag list. One example is > virtio-net driver which tries to use small frags for both MTU sized packet and > GSO packet. So this patch introduce skb_coalesce_rx_frag() to do this. > > Cc: Rusty Russell <rusty@rustcorp.com.au> > Cc: Michael S. Tsirkin <mst@redhat.com> > Cc: Michael Dalton <mwdalton@google.com> > Cc: Eric Dumazet <edumazet@google.com> > Acked-by: Michael S. Tsirkin <mst@redhat.com> > Signed-off-by: Jason Wang <jasowang@redhat.com> > --- > Changes from V2: > - remove the skb_frag_unref() and let the called to put the page reference > Changes from V1: > - remove the useless off parameter. > ---
Acked-by: Eric Dumazet <edumazet@google.com>
|  |