[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4E341DC4.9010107@01019freenet.de>
Date: Sat, 30 Jul 2011 17:05:40 +0200
From: Andreas Hartmann <andihartmann@...19freenet.de>
To: Justin Piszcz <jpiszcz@...idpixels.com>
CC: Stanislaw Gruszka <sgruszka@...hat.com>,
Larry Finger <Larry.Finger@...inger.net>,
Ivo van Doorn <IvDoorn@...il.com>,
linux-kernel@...r.kernel.org, linux-wireless@...r.kernel.org,
Alan Piszcz <ap@...arrain.com>,
"users@...x00.serialmonkey.com" <users@...x00.serialmonkey.com>
Subject: Re: [PATCH] rt2x00: rt2800: fix zeroing skb structure
Hi Justin,
if you want to test, if the module works stable, run this script for one
or two hours. It will stress the driver and the hardware.
If it doesn't crash and if the throughput is stable, you can hope, that
the driver is ok for daily work.
#!/bin/sh
dest="server" # set the servername
while true ; do
netperf -t TCP_MAERTS -H $dest
netperf -t TCP_STREAM -H $dest
netperf -t TCP_SENDFILE -H $dest
done
Start the script on the client. On the server start netserver.
You get netperf from http://www.netperf.org/netperf/
Andreas
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists