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 | i...@tuxis.nl



 Van:    <bugzilla-nore...@freebsd.org> 
 Aan:    <freebsd-net@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 <sbr...@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@freebsd.org mailing list 
http://lists.freebsd.org/mailman/listinfo/freebsd-net 
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org" 


Attachment: smime.p7s
Description: Electronic Signature S/MIME

Reply via email to