Problems with axe(4) and checksum offloading
Spil Oss
spil.oss at gmail.com
Sun Apr 7 19:14:17 UTC 2013
Hi all,
With checksum offloading enabled I cannot use my axe NIC (ASIX AX88772B).
ifconfig ue0 -txcsum -rxcsum
will make dhclient ue0 return
if I re-enable txcsum and rxcsum I get an immediate response from the dhcp
server.
Tried to remove the csum features by commenting out
ifp->if_capabilities |= IFCAP_TXCSUM | IFCAP_RXCSUM;
ifp->if_hwassist = AXE_CSUM_FEATURES;
(lines 855 and 856 in /usr/src/sys/dev/usb/net/if_axe.c)
and rebuild the module. This does remove RXCSUM and TXCSUM from options and
behaves the same as disabling the features with ifconfig (i.e. does not
work)
10.0-CURRENT r248351
Hope someone can help me... Spil.
More information about the freebsd-current
mailing list