Re: [PATCH net-next V3 1/2] net: introduce skb_coalesce_rx_frag()

2013-11-04 Thread David Miller
From: Jason Wang Date: Fri, 1 Nov 2013 14:07:47 +0800 > 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. > >

Re: [PATCH net-next V3 1/2] net: introduce skb_coalesce_rx_frag()

2013-11-04 Thread David Miller
From: Jason Wang jasow...@redhat.com Date: Fri, 1 Nov 2013 14:07:47 +0800 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

Re: [PATCH net-next V3 1/2] net: introduce skb_coalesce_rx_frag()

2013-11-01 Thread Eric Dumazet
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:

[PATCH net-next V3 1/2] net: introduce skb_coalesce_rx_frag()

2013-11-01 Thread Jason Wang
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 Cc: Michael S. Tsirkin Cc: Michael Dalton Cc:

[PATCH net-next V3 1/2] net: introduce skb_coalesce_rx_frag()

2013-11-01 Thread Jason Wang
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 ru...@rustcorp.com.au Cc: Michael S. Tsirkin

Re: [PATCH net-next V3 1/2] net: introduce skb_coalesce_rx_frag()

2013-11-01 Thread Eric Dumazet
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