https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202680
--- Comment #3 from Dmitry Afanasiev <[email protected]> --- (In reply to Hiren Panchasara from comment #2) As I wrote above, TSO is disabled on this system. I got some problems with TSO before on another systems and I commented out TCP_OFFLOAD in my kernel config. # ifconfig | grep ^em em0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500 em1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 em2: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500 em3: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 # ifconfig | grep -i tso | wc -l 0 Also "ifconfig em0 -tso" do nothing, because TSO already disabled. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
