[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [Patch] eepro100 issues
From: |
Juergen Lock |
Subject: |
Re: [Qemu-devel] [Patch] eepro100 issues |
Date: |
Tue, 10 Apr 2007 22:01:53 +0200 (CEST) |
In article <address@hidden> you write:
>-=-=-=-=-=-
>
>The crashs are caused by transmit descriptors with packet sizes
>larger than the buffer which is defined in the driver. Using netperf
>or rsync will always result in a buffer overflow and crash QEMU
>with the current eepro100 driver.
>
>Up to now I could not find the reason for these large packet sizes.
>
>My patch now just ignores data which does not fit in a normal frame.
>Netperf and rsync no longer crash when the patch is applied.
Thanx, that seems to fix my crashes.
Juergen