Subject: Re: kern/34935: if_re_pci.c needs updating
To: None <perry@piermont.com>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: netbsd-bugs
Date: 10/30/2006 10:46:15
> > yamt said that hw ip4csum bug only happens with
> > very small packet (less than ETHER_PAD_LEN) so FreeBSD's
> > fix is not right.

i'm not very sure about it.  it's merely my vague memory.
if you can, please confirm.

> > Furthermore, they choose to copy small packets
> > to a new mbuf for padding, and several people object it.
> 
> When and if they find a better fix they can implement it.

if it can't be done efficiently enough, there is no point to
do the offloading at all.
(it's the reason why it's currently disabled.
ip header checksum offloading doesn't buy us much anyway,
compared to, say, tcp checksum offloading.)

YAMAMOTO Takashi