Re: [PATCH net V2] virtio-net: alloc big buffers also when guest can receive UFO

2014-02-24 Thread David Miller
From: Jason Wang Date: Fri, 21 Feb 2014 13:08:04 +0800 > We should alloc big buffers also when guest can receive UFO > pakcets to let the big packets be fit into guest rx buffer. > > Fixes 5c5167515d80f78f6bb538492c423adcae31ad65 > (virtio-net: Allow UFO feature to be set and advertised.) > >

Re: [PATCH net V2] virtio-net: alloc big buffers also when guest can receive UFO

2014-02-24 Thread David Miller
From: Jason Wang jasow...@redhat.com Date: Fri, 21 Feb 2014 13:08:04 +0800 We should alloc big buffers also when guest can receive UFO pakcets to let the big packets be fit into guest rx buffer. Fixes 5c5167515d80f78f6bb538492c423adcae31ad65 (virtio-net: Allow UFO feature to be set and

Re: [PATCH net V2] virtio-net: alloc big buffers also when guest can receive UFO

2014-02-23 Thread Rusty Russell
"Michael S. Tsirkin" writes: > On Fri, Feb 21, 2014 at 01:08:04PM +0800, Jason Wang wrote: >> We should alloc big buffers also when guest can receive UFO >> pakcets to let the big packets be fit into guest rx buffer. > > s/pakcets/packets/ > > s/be fit/fit/ > > otherwise: > > Acked-by: Michael S.

Re: [PATCH net V2] virtio-net: alloc big buffers also when guest can receive UFO

2014-02-23 Thread Rusty Russell
Michael S. Tsirkin m...@redhat.com writes: On Fri, Feb 21, 2014 at 01:08:04PM +0800, Jason Wang wrote: We should alloc big buffers also when guest can receive UFO pakcets to let the big packets be fit into guest rx buffer. s/pakcets/packets/ s/be fit/fit/ otherwise: Acked-by: Michael S.

Re: [PATCH net V2] virtio-net: alloc big buffers also when guest can receive UFO

2014-02-21 Thread Michael S. Tsirkin
On Fri, Feb 21, 2014 at 01:08:04PM +0800, Jason Wang wrote: > We should alloc big buffers also when guest can receive UFO > pakcets to let the big packets be fit into guest rx buffer. s/pakcets/packets/ s/be fit/fit/ otherwise: Acked-by: Michael S. Tsirkin > > Fixes

Re: [PATCH net V2] virtio-net: alloc big buffers also when guest can receive UFO

2014-02-21 Thread Michael S. Tsirkin
On Fri, Feb 21, 2014 at 01:08:04PM +0800, Jason Wang wrote: We should alloc big buffers also when guest can receive UFO pakcets to let the big packets be fit into guest rx buffer. s/pakcets/packets/ s/be fit/fit/ otherwise: Acked-by: Michael S. Tsirkin m...@redhat.com Fixes

[PATCH net V2] virtio-net: alloc big buffers also when guest can receive UFO

2014-02-20 Thread Jason Wang
We should alloc big buffers also when guest can receive UFO pakcets to let the big packets be fit into guest rx buffer. Fixes 5c5167515d80f78f6bb538492c423adcae31ad65 (virtio-net: Allow UFO feature to be set and advertised.) Cc: Rusty Russell Cc: Michael S. Tsirkin Cc: Sridhar Samudrala

[PATCH net V2] virtio-net: alloc big buffers also when guest can receive UFO

2014-02-20 Thread Jason Wang
We should alloc big buffers also when guest can receive UFO pakcets to let the big packets be fit into guest rx buffer. Fixes 5c5167515d80f78f6bb538492c423adcae31ad65 (virtio-net: Allow UFO feature to be set and advertised.) Cc: Rusty Russell ru...@rustcorp.com.au Cc: Michael S. Tsirkin