Did you get my message?

2018-08-27 Thread JACK EDISON
Do you received my previous email? about your late relative having the same surname with you which i previously sent to you? please Let me know.

Re: [PATCH] tcp-lp: prevent chance for oops

2006-09-30 Thread Wong Edison
oic i learn it and will change it in coming on version On 9/30/06, David Miller <[EMAIL PROTECTED]> wrote: From: "Wong Edison" <[EMAIL PROTECTED]> Date: Sat, 30 Sep 2006 03:27:00 +0800 > I do this since i have a sourceforge homepage for it. I update the > CVS v

Re: [PATCH] tcp-lp: prevent chance for oops

2006-09-29 Thread Wong Edison
TED]> wrote: From: "Wong Edison" <[EMAIL PROTECTED]> Date: Thu, 28 Sep 2006 18:43:58 +0800 > * > - * Version: $Id: tcp_lp.c,v 1.24 2006/09/05 20:22:53 hswong3i Exp $ > + * Version: $Id: tcp_lp.c,v 1.25 2006/09/22 20:50:27 hswong3i Exp $ BTW, I'm deleting this l

[PATCH] tcp-lp: prevent chance for oops

2006-09-28 Thread Wong Edison
This patch fix the chance for tcp_lp_remote_hz_estimator return 0, if 0 < rhz < 64. It also make sure the flag LP_VALID_RHZ is set correctly. Signed-off-by: Wong Hoi Sing Edison <[EMAIL PROTECTED]> --- diff -urpN linux-2.6.18/net/ipv4/tcp_lp.c linux/net/ipv4/tcp_lp.c --- linux-2.6

[PATCH 1/2] tcp-lp: bug fix for oops in 2.6.18-rc6

2006-09-05 Thread Wong Edison
gt; Signed-off-by: Wong Hoi Sing Edison <[EMAIL PROTECTED]> --- diff -urpN linux-2.6.18-rc6/MAINTAINERS linux/MAINTAINERS --- linux-2.6.18-rc6/MAINTAINERS2006-09-06 04:12:11.0 +0800 +++ linux/MAINTAINERS 2006-09-06 04:19:08.0 +0800 @@ -2818,6 +2818,14 @@ M: [

[PATCH 1/2] tcp-lp: bug fix for oops in 2.6.18-rc6

2006-09-05 Thread Edison
Sorry that the patch submited yesterday still contain a small bug. This version have already been test for hours with BT connections. The oops is now difficult to reproduce. Signed-off-by: Wong Hoi Sing Edison <[EMAIL PROTECTED]> --- diff -urpN linux-2.6.18-rc6/net/ipv4/tcp_lp.c linux/ne

[PATCH 2/2] tcp-lp: update information to MAINTAINERS

2006-09-05 Thread Edison
Signed-off-by: Wong Hoi Sing Edison <[EMAIL PROTECTED]> --- diff -urpN linux-2.6.18-rc6/MAINTAINERS linux/MAINTAINERS --- linux-2.6.18-rc6/MAINTAINERS2006-09-06 04:12:11.0 +0800 +++ linux/MAINTAINERS 2006-09-06 04:19:08.0 +0800 @@ -2818,6 +2818,14 @@ M:

[PATCH 2/2] tcp-lp: update information to MAINTAINERS

2006-09-05 Thread Wong Edison
Signed-off-by: Wong Hoi Sing Edison <[EMAIL PROTECTED]> --- diff -urpN linux-2.6.18-rc6/MAINTAINERS linux/MAINTAINERS --- linux-2.6.18-rc6/MAINTAINERS2006-09-06 04:12:11.0 +0800 +++ linux/MAINTAINERS 2006-09-06 04:19:08.0 +0800 @@ -2818,6 +2818,14 @@ M:

[PATCH 1/2] tcp-lp: bug fix for oops in 2.6.18-rc6

2006-09-05 Thread Wong Edison
Sorry that the patch submited yesterday still contain a small bug. This version have already been test for hours with BT connections. The oops is now difficult to reproduce. Signed-off-by: Wong Hoi Sing Edison <[EMAIL PROTECTED]> --- diff -urpN linux-2.6.18-rc6/net/ipv4/tcp_lp.c linux/ne

[PATCH 1/2] tcp-lp 2.6.18-rc6: update document

2006-09-04 Thread Wong Edison
As we have setup the project page within SourceForge, here is some update to the document. Signed-off-by: Wong Hoi Sing Edison <[EMAIL PROTECTED]> --- diff -urpN 2.6.18-rc6/tcp_lp.c tcp-lp/tcp_lp.c --- 2.6.18-rc6/tcp_lp.c2006-09-04 16:21:00.0 +0800 +++ tcp-lp/tcp_lp.c2006

[PATCH 1/2] tcp-lp 2.6.18-rc6: fix tcp_lp_remote_hz_estimator() about rhz

2006-09-04 Thread Wong Edison
pageexec report an oops for tcp_lp_owd_calculator(). This is due to tcp_lp_remote_hz_estimator can return 0. This patch fix the handling of lp->flag, so will set lp->flag as FALSE if rhz <= 0 Signed-off-by: Wong Hoi Sing Edison <[EMAIL PROTECTED]> --- diff -urpN 2.6.18-rc6/

[PATCH 2/2] [TCP-LP] congestion control module

2006-05-25 Thread Wong Edison
Signed-off-by: Wong Hoi Sing Edison <[EMAIL PROTECTED]> --- diff -urpN linux-2.6.16.14/net/ipv4/tcp_lp.c linux/net/ipv4/tcp_lp.c --- linux-2.6.16.14/net/ipv4/tcp_lp.c 1970-01-01 08:00:00.0 +0800 +++ linux/net/ipv4/tcp_lp.c 2006-05-07 01:41:33.0 +0800 @@ -0,0

[PATCH 1/2] [TCP-LP] Kconfig and Makefile

2006-05-25 Thread Wong Edison
Early Congestion Indication (ECI) within pkts_acked, as mentioned within pseudo code. o OWD is handled in relative format, where local time stamp will in tcp_time_stamp format. Port from 2.4.19 to 2.6.16 as module by: Wong Hoi Sing Edison <[EMAIL PROTECTED]> Hung Hing Lun <[EMAIL PROT

Re: [PATCH] TCP congestion module: add TCP-LP supporting for 2.6.16.14

2006-05-09 Thread Wong Edison
as this patch is use to add a new function but not bug fix what can i help after i have submit it ?? as i have test it before i can provide the data that i have tested out ;-) - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More ma

Re: [PATCH] TCP congestion module: add TCP-LP supporting for 2.6.16.14

2006-05-08 Thread Wong Edison
Or, just include it, and select it with the TCP_CONGESTION socket option when you want it. Sorry, this does require app modifications. i would like to have more information about this so within the app after create the socket then call setsockopt (!?) to set the TCP_CONGESTION into "lp" (in my

Re: [PATCH] TCP congestion module: add TCP-LP supporting for 2.6.16.14

2006-05-08 Thread Wong Edison
p.com/project/tcp-lp/ Regard, Edison 2006/5/8, Pavel Machek <[EMAIL PROTECTED]>: Hi! > TCP Low Priority is a distributed algorithm whose goal > is to utilize only > the excess network bandwidth as compared to the ``fair > share`` of > bandwidth as targeted by TCP

[PATCH] TCP congestion module: add TCP-LP supporting for 2.6.16.14

2006-05-06 Thread Wong Edison
on for Early Congestion Indication (ECI) within pkts_acked, as mentioned within pseudo code. o OWD is handled in relative format, where local time stamp will in tcp_time_stamp format. Port from 2.4.19 to 2.6.16 as module by: Wong Hoi Sing Edison <[EMAIL PROTECTED]> Hung Hing Lun <[

PATCH] TCP congestion module: add TCP-LP supporting for 2.6.16.14

2006-05-06 Thread Wong Edison
Handle reaction for Early Congestion Indication (ECI) within pkts_acked, as mentioned within pseudo code. o OWD is handled in relative format, where local time stamp will in tcp_time_stamp format. Port from 2.4.19 to 2.6.16 as module by: Wong Hoi Sing Edison <[EMAIL PROTECTED]> Hung Hing

[PATCH 001/100] TCP congestion module: add TCP-LP supporting for 2.6.16

2006-05-01 Thread Wong Edison
will in tcp_time_stamp format. Port from 2.4.19 to 2.6.16 as module by: Wong Hoi Sing Edison <[EMAIL PROTECTED]> Hung Hing Lun <[EMAIL PROTECTED]> Signed-off-by: Wong Hoi Sing Edison <[EMAIL PROTECTED]> diff -urN linux-2.6.16.1/net/ipv4/Kconfig linux/net/ipv4/Kconfig ---