[Web10g-user] web10g running on Ubuntu with 3.2 kernel

Marcel Vogt Marcel.Vogt at cnlab.ch
Fri Jun 22 05:28:16 EDT 2012


Dear web10g team

I've managed to patch my Ubuntu 12.04 server (Linux mylinux 3.2.0-25-generic #40-Ubuntu SMP Wed May 23 20:30:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux)
with the estats-nl-0.1-3.2.patch and could successfully run the demo using the libmnl library.

Could you tell me, when you will release the corresponding Userland API?

BTW:
To make the patch work, I had to slightly change the first hunk for the tcp.c file.
It is now:

@@ -851,6 +851,7 @@ new_segment:
                set_bit(SOCK_NOSPACE, &sk->sk_socket->flags);
wait_for_memory:
                tcp_push(sk, flags & ~MSG_MORE, mss_now, TCP_NAGLE_PUSH);
+               TCP_ESTATS_UPDATE(tp, tcp_estats_update_writeq(sk));

                if ((err = sk_stream_wait_memory(sk, &timeo)) != 0)
                        goto do_error;




Kind Regards
Marcel


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.psc.edu/pipermail/web10g-user/attachments/20120622/9f380b7b/attachment.html 


More information about the Web10g-user mailing list