| To: | davem@xxxxxxxxxx |
|---|---|
| Subject: | [PATCH] pktgen: clear error count before each run |
| From: | Scott Feldman <sfeldma@xxxxxxxxx> |
| Date: | Tue, 30 Nov 2004 12:24:16 -0800 |
| Cc: | netdev@xxxxxxxxxxx |
| Reply-to: | sfeldma@xxxxxxxxx |
| Sender: | netdev-bounce@xxxxxxxxxxx |
Signed-off-by: Scott Feldman <sfeldma@xxxxxxxxx>
--- linux-2.6.10-rc2/net/core/pktgen.c.orig 2004-11-30 12:16:35.914025424
-0800
+++ linux-2.6.10-rc2/net/core/pktgen.c 2004-11-30 12:18:36.588680088 -0800
@@ -647,6 +647,7 @@
info->do_run_run = 1; /* Cranke yeself! */
info->idle_acc = 0;
info->sofar = 0;
+ info->errors = 0;
lcount = info->count;
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: via-rhine unable to send back-to-back packets?, Ben Greear |
|---|---|
| Next by Date: | Re: via-rhine unable to send back-to-back packets?, David S. Miller |
| Previous by Thread: | [PATCH] gnet_stats: kernel-api doc for gnet stats/estimator, Thomas Graf |
| Next by Thread: | Re: [PATCH] pktgen: clear error count before each run, David S. Miller |
| Indexes: | [Date] [Thread] [Top] [All Lists] |