On 1/11/07, Pyun YongHyeon <[EMAIL PROTECTED]> wrote:
In if_re.c, rev 1.46.2.18 wpaul@ fixed a long standing checksum offload issue by padding. Does re(4) work when you disable only Tx checksum offload?(i.e. ifconfig re0 -txcsum)
yes, because -txcsum also disables Rx checksum on my NIC. # ifconfig re0 .... options=1b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING> .... # ifconfig re0 -txcsum .... options=18<VLAN_MTU,VLAN_HWTAGGING> ....
-- Regards, Pyun YongHyeon
-- Pietro Cerutti ICQ: 117293691 PGP: 0x9571F78E - ASCII Ribbon Campaign - against HTML e-mail and proprietary attachments www.asciiribbon.org _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"