LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: Ipvs 0.9.3 : panic on heavy load.

To: Lionel Bringuier <lb@xxxxxxxxxxxxxxxxx>, Wensong Zhang <wensong@xxxxxxxxxxxx>
Subject: Re: Ipvs 0.9.3 : panic on heavy load.
Cc: <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
From: Julian Anastasov <ja@xxxxxx>
Date: Sat, 1 Dec 2001 10:22:09 +0000 (GMT)
        Hello,

On Fri, 30 Nov 2001, Lionel Bringuier wrote:

> And I could see l L u U l L u U l L u U l u (lock). I repeat, that happens
> only on a UP machine with kernel configured as SMP.

        I hope if you use IPVS as modules you fix your compile
options in ipvs/Makefile?

        May be we have to reorder the include files and to use
something like:

#include <linux/config.h>
#if     defined(CONFIG_SMP) && !defined(__SMP__)
#define __SMP__
#endif

#if     defined(CONFIG_MODVERSIONS) && !defined(MODVERSIONS)
#define MODVERSIONS
#include <linux/modversions.h>
#endif

Regards

--
Julian Anastasov <ja@xxxxxx>



<Prev in Thread] Current Thread [Next in Thread>