In article <[EMAIL PROTECTED]>, Andrew Gallatin <[EMAIL PROTECTED]> wrote: > > John Polstra writes: > > Something is wrong with the hardware checksum offloading for > <..> > > > +#if 0 > > ifp->if_hwassist = BGE_CSUM_FEATURES; > > ifp->if_capabilities = IFCAP_HWCSUM; > > ifp->if_capenable = ifp->if_capabilities; > > +#endif > > <...> > > > Note, the bug may not be in the driver itself. I think the bge driver > > is the only one that even attempts to do checksum offloading for > > fragments. So the bug could easily be elsewhere in the system. > > Why not try removing CSUM_IP_FRAG from BGE_CSUM_FEATURES?
I'm going to. I just had a few minutes last night to work on it, so I tried disabling all checksum offloading to see if the problem had anything to do with that at all. Then I ran out of time. John -- John Polstra John D. Polstra & Co., Inc. Seattle, Washington USA "Disappointment is a good sign of basic intelligence." -- Ch�gyam Trungpa To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message
