Re: [Qemu-devel] [PATCHv2 0/3] e1000: multi-buffer packet support

2011-02-20 Thread Aurelien Jarno
On Tue, Feb 15, 2011 at 06:27:44PM +0200, Michael S. Tsirkin wrote: > e1000 supports multi-buffer packets larger than rxbuf_size. > > This fixes the following (on linux): > - in guest: ifconfig eth1 mtu 16110 > - in host: ifconfig tap0 mtu 16110 >ping -s 16082 > > Red Hat bugzilla: h

Re: [Qemu-devel] [PATCHv2 0/3] e1000: multi-buffer packet support

2011-02-16 Thread Alex Williamson
On Tue, 2011-02-15 at 18:27 +0200, Michael S. Tsirkin wrote: > e1000 supports multi-buffer packets larger than rxbuf_size. > > This fixes the following (on linux): > - in guest: ifconfig eth1 mtu 16110 > - in host: ifconfig tap0 mtu 16110 >ping -s 16082 > > Red Hat bugzilla: https://

[Qemu-devel] [PATCHv2 0/3] e1000: multi-buffer packet support

2011-02-15 Thread Michael S. Tsirkin
e1000 supports multi-buffer packets larger than rxbuf_size. This fixes the following (on linux): - in guest: ifconfig eth1 mtu 16110 - in host: ifconfig tap0 mtu 16110 ping -s 16082 Red Hat bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=602205 Changes from v1: fix buff