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

2011-02-08 Thread Michael S. Tsirkin
On Tue, Feb 08, 2011 at 03:07:58PM +0100, Kevin Wolf wrote: > Am 03.02.2011 17:49, schrieb 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

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

2011-02-08 Thread Kevin Wolf
Am 03.02.2011 17:49, schrieb 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.red

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

2011-02-03 Thread Stefan Hajnoczi
On Thu, Feb 3, 2011 at 4:49 PM, 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://bugzi

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

2011-02-03 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 Signed-off-by: Michael S. Tsirkin