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? Drew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message
