Re: [PATCH 7/7] [TCP]: Limit processing lost_retrans loop to work-to-do cases

2007-10-17 Thread TAKANO Ryousei
From: David Miller <[EMAIL PROTECTED]> Subject: Re: [PATCH 7/7] [TCP]: Limit processing lost_retrans loop to work-to-do cases Date: Thu, 11 Oct 2007 17:36:22 -0700 (PDT) > From: "Ilpo_Järvinen" <[EMAIL PROTECTED]> > Date: Thu, 11 Oct 2007 14:41:07 +0300 > > &

Re: [PATCH 7/7] [TCP]: Limit processing lost_retrans loop to work-to-do cases

2007-10-11 Thread David Miller
From: "Ilpo_Järvinen" <[EMAIL PROTECTED]> Date: Thu, 11 Oct 2007 14:41:07 +0300 > This addition of lost_retrans_low to tcp_sock might be > unnecessary, it's not clear how often lost_retrans worker is > executed when there wasn't work to do. > > Cc: TAKANO Ryousei <[EMAIL PROTECTED]> > Signed-off-

[PATCH 7/7] [TCP]: Limit processing lost_retrans loop to work-to-do cases

2007-10-11 Thread Ilpo Järvinen
This addition of lost_retrans_low to tcp_sock might be unnecessary, it's not clear how often lost_retrans worker is executed when there wasn't work to do. Cc: TAKANO Ryousei <[EMAIL PROTECTED]> Signed-off-by: Ilpo Järvinen <[EMAIL PROTECTED]> --- include/linux/tcp.h |2 ++ net/ipv4/tcp_inpu