On Thu, Feb 3, 2011 at 4:49 PM, Michael S. Tsirkin <m...@redhat.com> 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 <guest-ip> > > Red Hat bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=602205 > > Signed-off-by: Michael S. Tsirkin <m...@redhat.com> > --- > > Changes from v1: > removed dead code > > hw/e1000.c | 29 +++++++++++++++++++---------- > 1 files changed, 19 insertions(+), 10 deletions(-)
Reviewed-by: Stefan Hajnoczi <stefa...@linux.vnet.ibm.com>