[Qemu-devel] Re: [PATCH] qemu: e1000 fix TOR math

2010-09-06 Thread Michael S. Tsirkin
On Mon, Sep 06, 2010 at 01:29:27PM +0200, Juan Quintela wrote: > "Michael S. Tsirkin" wrote: > > Patch b0b900070c7cb29bbefb732ec00397abe5de6d73 made > > TOR valuer incorrect: the spec says it should always > > include the CRC field, while size does not include CRC now. > > No one seems to use TOR

[Qemu-devel] Re: [PATCH] qemu: e1000 fix TOR math

2010-09-06 Thread Juan Quintela
"Michael S. Tsirkin" wrote: > Patch b0b900070c7cb29bbefb732ec00397abe5de6d73 made > TOR valuer incorrect: the spec says it should always > include the CRC field, while size does not include CRC now. > No one seems to use TOR field (which is likely why > current code works fine), but better to stic