On Wed, Jul 2, 2014 at 5:04 PM, Rick Macklem <rmack...@uoguelph.ca> wrote:

> Please try disabling TSO on the FreeBSD systems and also
> try an rsize=32768 to see if either of those have any effect.

ifconfig <interface> -tso
sysctl net.inet.tcp.tso=0

Maybe do the same for lro?

ifconfig <interface> -tso -lro
sysctl net.inet.tcp.tso=0
dev.<interface>.0.enable_lro=0

- M
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to