Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 May 2015 17:42:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-net@FreeBSD.org
Subject:   [Bug 199174] em tx and rx hang
Message-ID:  <bug-199174-2472-LonL56obUY@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-199174-2472@https.bugs.freebsd.org/bugzilla/>
References:  <bug-199174-2472@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199174

--- Comment #15 from Sean Bruno <sbruno@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199174-2472-LonL56obUY>