Commit 88ca5a07 authored by Robert Olsson's avatar Robert Olsson Committed by David S. Miller

[NET]: Remove some debugging from pktgen.

parent 737b59f7
......@@ -88,9 +88,9 @@
#define cycles() ((u32)get_cycles())
#define VERSION "pktgen version 1.2.1"
#define VERSION "pktgen version 1.3"
static char version[] __initdata =
"pktgen.c: v1.2.1: Packet Generator for packet performance testing.\n";
"pktgen.c: v1.3: Packet Generator for packet performance testing.\n";
/* Used to help with determining the pkts on receive */
......@@ -744,8 +744,6 @@ static void inject(struct pktgen_info* info)
odev = NULL;
}
/* TODO: Is this worth printing out (other than for debug?) */
printk("fp = %llu\n", (unsigned long long) fp);
return;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment