[Bug 199174] em tx and rx hang

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri May 8 17:42:37 UTC 2015


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.


More information about the freebsd-net mailing list