Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200379
b: refs/heads/master
c: 07a0f0f
h: refs/heads/master
i:
  200377: d616b2c
  200375: 6dececa
v: v3
  • Loading branch information
Daniel Turull authored and David S. Miller committed Jun 11, 2010
1 parent e52f874 commit 71cd958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ae638c47dc040b8def16d05dc6acdd527628f231
refs/heads/master: 07a0f0f07a68014c92c752a5598102372bddf46e
2 changes: 1 addition & 1 deletion trunk/net/core/pktgen.c
Original file line number Diff line number Diff line change
Expand Up @@ -2170,7 +2170,7 @@ static void spin(struct pktgen_dev *pkt_dev, ktime_t spin_until)
end_time = ktime_now();

pkt_dev->idle_acc += ktime_to_ns(ktime_sub(end_time, start_time));
pkt_dev->next_tx = ktime_add_ns(end_time, pkt_dev->delay);
pkt_dev->next_tx = ktime_add_ns(spin_until, pkt_dev->delay);
}

static inline void set_pkt_overhead(struct pktgen_dev *pkt_dev)
Expand Down

0 comments on commit 71cd958

Please sign in to comment.