netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv2] ipvs: Cleanup sync daemon code
@ 2008-06-29 17:32 Sven Wegener
  2008-06-29 17:32 ` [PATCH 1/5] ipvs: Initialize mcast addr at compile time Sven Wegener
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Sven Wegener @ 2008-06-29 17:32 UTC (permalink / raw)
  To: wensong, horms, ja; +Cc: netdev

It's been a while since my last post of this patch series, but here we go gain.

Changes since last post:
- Dropped the master daemon sleep change for now, that needs some more work.
- Splitted up the patch into a couple of logical chunks.

The patches are

Sven Wegener (5):
      ipvs: Initialize mcast addr at compile time
      ipvs: Use ERR_PTR for returning errors from make_receive_sock() and make_send_sock()
      ipvs: Use kthread_run() instead of doing a double-fork via kernel_thread()
      ipvs: Put backup thread on mcast socket wait queue
      ipvs: Use schedule_timeout_interruptible() instead of msleep_interruptible()

The overall difstat looks like

 ip_vs_sync.c |  431 +++++++++++++++++++++++------------------------------------
  1 file changed, 172 insertions(+), 259 deletions(-)

The patches are based on v2.6.26-rc8. If someone wants to pull them, that can
be done from

git://git.stealer.net/linux-2.6.git stealer/ipvs/sync-daemon-cleanup

Sven

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

end of thread, other threads:[~2008-07-17  3:07 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-29 17:32 [PATCHv2] ipvs: Cleanup sync daemon code Sven Wegener
2008-06-29 17:32 ` [PATCH 1/5] ipvs: Initialize mcast addr at compile time Sven Wegener
2008-07-16 22:04   ` Sven Wegener
2008-06-29 17:32 ` [PATCH 2/5] ipvs: Use ERR_PTR for returning errors from make_receive_sock() and make_send_sock() Sven Wegener
2008-06-29 17:32 ` [PATCH 3/5] ipvs: Use kthread_run() instead of doing a double-fork via kernel_thread() Sven Wegener
2008-06-29 17:32 ` [PATCH 4/5] ipvs: Put backup thread on mcast socket wait queue Sven Wegener
2008-06-29 17:32 ` [PATCH 5/5] ipvs: Use schedule_timeout_interruptible() instead of msleep_interruptible() Sven Wegener
2008-06-30  4:51 ` [PATCHv2] ipvs: Cleanup sync daemon code Simon Horman
2008-07-16 23:33   ` Sven Wegener
2008-07-17  2:48     ` Simon Horman
2008-07-17  2:50       ` David Miller
2008-07-17  3:07     ` David 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).