* [PATCH] pktgen: clear error count before each run
@ 2004-11-30 20:24 Scott Feldman
2004-11-30 21:39 ` David S. Miller
0 siblings, 1 reply; 2+ messages in thread
From: Scott Feldman @ 2004-11-30 20:24 UTC (permalink / raw)
To: davem; +Cc: netdev
Signed-off-by: Scott Feldman <sfeldma@pobox.com>
--- 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;
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] pktgen: clear error count before each run
2004-11-30 20:24 [PATCH] pktgen: clear error count before each run Scott Feldman
@ 2004-11-30 21:39 ` David S. Miller
0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2004-11-30 21:39 UTC (permalink / raw)
To: sfeldma; +Cc: netdev
On Tue, 30 Nov 2004 12:24:16 -0800
Scott Feldman <sfeldma@pobox.com> wrote:
> Signed-off-by: Scott Feldman <sfeldma@pobox.com>
Applied, thanks Scott.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-11-30 21:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-30 20:24 [PATCH] pktgen: clear error count before each run Scott Feldman
2004-11-30 21:39 ` David S. Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).