All of lore.kernel.org
 help / color / mirror / Atom feed
* [conntrack-tools PATCH r7363 0/5] rbtree alarm review
@ 2008-02-13 17:13 Max Kellermann
  2008-02-13 17:13 ` [conntrack-tools PATCH r7363 2/5] use "for" loop instead of "while" Max Kellermann
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Max Kellermann @ 2008-02-13 17:13 UTC (permalink / raw)
  To: netfilter-devel; +Cc: pablo

Hi Pablo,

I have finally been able to take a little time and review your rbtree
based alarm implementation.  I looks good, I haven't found major
showstoppers here.  Here is a small patch set which optimizes the code
a little.

Max

---

Max Kellermann (5):
      minor whitespace cleanup
      use list_for_each_entry()
      make alarm_run_queue a local variable
      use "for" loop instead of "while"
      eliminate duplicate initialization


 include/queue.h |    4 ++--
 src/alarm.c     |   21 +++++++++------------
 src/main.c      |    6 +++---
 src/netlink.c   |   14 +++++++-------
 src/run.c       |   12 ++++++------
 5 files changed, 27 insertions(+), 30 deletions(-)


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2008-02-14 14:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-13 17:13 [conntrack-tools PATCH r7363 0/5] rbtree alarm review Max Kellermann
2008-02-13 17:13 ` [conntrack-tools PATCH r7363 2/5] use "for" loop instead of "while" Max Kellermann
2008-02-14 14:19   ` Pablo Neira Ayuso
2008-02-13 17:13 ` [conntrack-tools PATCH r7363 1/5] eliminate duplicate initialization Max Kellermann
2008-02-14 14:17   ` Pablo Neira Ayuso
2008-02-13 17:13 ` [conntrack-tools PATCH r7363 3/5] make alarm_run_queue a local variable Max Kellermann
2008-02-14 14:21   ` Pablo Neira Ayuso
2008-02-13 17:13 ` [conntrack-tools PATCH r7363 4/5] use list_for_each_entry() Max Kellermann
2008-02-14 14:22   ` Pablo Neira Ayuso
2008-02-13 17:13 ` [conntrack-tools PATCH r7363 5/5] minor whitespace cleanup Max Kellermann
2008-02-14 14:27   ` Pablo Neira Ayuso
2008-02-14 14:44 ` [conntrack-tools PATCH r7363 0/5] rbtree alarm review Pablo Neira Ayuso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.