[Bug 199174] em tx and rx hang
Mark Schouten
mark at tuxis.nl
Mon May 11 08:13:38 UTC 2015
Please note that these issues look very much like the issues I had, before I switched from an MTU of 9000 to 1500 ...
Met vriendelijke groeten,
--
Kerio Operator in de Cloud? https://www.kerioindecloud.nl/
Mark Schouten | Tuxis Internet Engineering
KvK: 61527076 | http://www.tuxis.nl/
T: 0318 200208 | info at tuxis.nl
Van: <bugzilla-noreply at freebsd.org>
Aan: <freebsd-net at FreeBSD.org>
Verzonden: 8-5-2015 19:42
Onderwerp: [Bug 199174] em tx and rx hang
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199174
--- Comment #15 from Sean Bruno <sbruno at FreeBSD.org> ---
(In reply to david.keller from comment #14)
Nothing fancy here.
Server runs "iperf -p 8000 -s" (8core amd box)
Client under test runs this forever:
#!/bin/sh
FILE=test.out
if [ -f ${FILE} ]; then
rm $FILE;
fi
while [ 1 ]; do
date;
iperf -p 8000 -c 192.168.100.1 -t 600 -P ${1} >> $FILE;
done
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-net at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe at freebsd.org"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4549 bytes
Desc: Electronic Signature S/MIME
URL: <http://lists.freebsd.org/pipermail/freebsd-net/attachments/20150511/ce363eb2/attachment.bin>
More information about the freebsd-net
mailing list