Re: [PATCH 00/14] pktgen update for net-next (2.6.32)
From: David Miller <davem@davemloft.net>
Date: 2009-08-29 06:41:56
From: David Miller <davem@davemloft.net>
Date: 2009-08-29 06:41:56
From: David Miller <davem@davemloft.net> Date: Fri, 28 Aug 2009 23:33:20 -0700 (PDT)
From: Stephen Hemminger <redacted> Date: Thu, 27 Aug 2009 16:55:06 -0700quoted
The biggest change is switching to monotonic clock (ktime) and high resolution timers for the interpacket delay.Ok, even though there were some issues with the TX return values wrt. VLANS, I've applied all of this. The cleanups were good and hrtimers and ktime_t are definitely the direction this code should go in. It would be good if this new stuff got a lot of testing and debugging though.
BTW, to make this build in all cases I had to add a symbol export for hrtimer_init_on_stack().