There seems to be a problem with txcsum and UDP. Turn it off until it is
understood better. This fixes timeout problems with NFS.
This commit is contained in:
parent
27111d392c
commit
49caa8a9f8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163593
@ -4613,7 +4613,12 @@ struct fw_info {
|
||||
#define BCE_BUS_SPACE_MAXADDR 0xFFFFFFFFFF
|
||||
#endif
|
||||
|
||||
/* XXX UDP checksum offload seems to cause problems on transmit */
|
||||
#ifdef BCE_UDP_CSUM
|
||||
#define BCE_IF_HWASSIST (CSUM_IP | CSUM_TCP | CSUM_UDP)
|
||||
#else
|
||||
#define BCE_IF_HWASSIST (CSUM_TCP)
|
||||
#endif
|
||||
|
||||
#if __FreeBSD_version < 700000
|
||||
#define BCE_IF_CAPABILITIES (IFCAP_VLAN_MTU | IFCAP_VLAN_HWTAGGING | \
|
||||
|
Loading…
Reference in New Issue
Block a user