LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

[patch] ipvs 0.2.9 clean kernel patch

To: <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
Subject: [patch] ipvs 0.2.9 clean kernel patch
From: Wensong Zhang <wensong@xxxxxxxxxxxx>
Date: Fri, 13 Apr 2001 22:48:32 +0800 (CST)
Hi,

The single ipvs 0.2.9 patch against the kernel 2.4.3 is available at
  http://linux-vs.org/software/kernel-2.4/linux-2.4.3-ipvs-0.2.9.patch.gz

This patch is completely based on ipvs-0.2.9.tar.gz. The changes of
ipvs-0.2.9 is as follow:
        * Fixed the negative connection counting problem. The possible
        race in connection state transition on SMP would lead to the
        negative counting problem, a spinlock was added to make core state
        transition atomic.  Thank Jason Steenblik for reporting the
        problem and testing the fix.

        * Changed to declare the flags, state and timeout members of
        struct ip_vs_conn volatile.

        * Changed to binding application helper and setting state of the
        connection entry before hashing it in the connection table.


If you don't have ipvsadm installed before, download ipvsadm-1.17.tar.gz
too.

As always, bugreports, fixes, comments and suggestions are welcome

Wensong



<Prev in Thread] Current Thread [Next in Thread>
  • [patch] ipvs 0.2.9 clean kernel patch, Wensong Zhang <=