Hi,
I've got an compile error: 0.0.12 workes well: The Kernel is based on
2.4.20-jam1, which has the aa-vm.
gcc -D__KERNEL__ -DMODULE -DEXPORT_SYMTAB -DMODVERSIONS -g
-DCONFIG_TCP_VS_DEBUG -O2 -Wall -Wstrict-prototypes -I/usr/src/linux/include
-include /usr/src/linux/include/linux/modversions.h -c -o tcp_vs_chttp.o
tcp_vs_chttp.c
tcp_vs_chttp.c: In function `inject_session_id_cookie':
tcp_vs_chttp.c:171: incompatible type for argument 1 of `spin_lock'
tcp_vs_chttp.c:173: incompatible type for argument 1 of `spin_unlock'
tcp_vs_chttp.c: In function `find_server_by_session_id':
tcp_vs_chttp.c:273: incompatible type for argument 1 of `spin_lock'
tcp_vs_chttp.c:275: incompatible type for argument 1 of `spin_unlock'
tcp_vs_chttp.c: In function `cookie_expire':
tcp_vs_chttp.c:342: incompatible type for argument 1 of `spin_lock'
tcp_vs_chttp.c: In function `http_set_cookie_handler':
tcp_vs_chttp.c:505: incompatible type for argument 1 of `spin_lock'
tcp_vs_chttp.c:539: incompatible type for argument 1 of `spin_unlock'
make: *** [tcp_vs_chttp.o] Error 1
Cheers,
Chris
On Wednesday 28 May 2003 15:03, Wensong Zhang wrote:
> Hi,
>
> The ktcpvs 0.0.13 tar ball is available at the LVS web site. As we keep
> adding more features in ktcpvs (though slowly), we would really like to
> hear some of your feedbacks. :)
>
> The ChangeLog is as follows:
>
> Kernel TCP Virtual Server - Version 0.0.13 - May 28, 2003
>
> 2003-05-28 Wensong Zhang <wensong@xxxxxxxxxxxx>
>
> * Merged the minor patch from Hai Long <david_lung@xxxxxxxxx> to
> fix up the function strdup.
>
> 2003-05-23 Wensong Zhang <wensong@xxxxxxxxxxxx>
>
> * tcp_vs_ctl.c (tcp_vs_edit_service, tcp_vs_add_service): fixed to
> return -ENOENT when the scheduler is not found.
>
> * Merged the patch from Hai Long <david_lung@xxxxxxxxx>
>
> Added a new scheduler ktcpvs_chttp to do cookie-injection load
> balancing for web servers.
>
> Split the code into a stand-alone HTTP parsing engine.
>
> Included the AVL code from GNU libavl and adapted it to use inside
> the kernel.
>
> 2003-05-21 Wensong Zhang <wensong@xxxxxxxxxxxx>
>
> * tcp_vs_timer.c (tcp_vs_slowtimer_init): removed the buggy line of
> assigning slowtimer_jiffies with the system jiffies.
>
> 2003-04-27 Wensong Zhang <wensong@xxxxxxxxxxxx>
>
> * some code tidy up.
>
>
> Your bugreports, fixes, comments and suggestions are welcome.
>
> Thanks,
>
> Wensong
>
> _______________________________________________
> LinuxVirtualServer.org mailing list - lvs-users@xxxxxxxxxxxxxxxxxxxxxx
> Send requests to lvs-users-request@xxxxxxxxxxxxxxxxxxxxxx
> or go to http://www.in-addr.de/mailman/listinfo/lvs-users
|