From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Subject: Re: [PATCH] ipvs: fix timer in get_curr_sync_buff Date: Wed, 16 Feb 2011 07:33:38 +0900 Message-ID: <20110215223338.GQ8703@verge.net.au> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: lvs-devel@vger.kernel.org, netdev@vger.kernel.org, Tinggong Wang To: Julian Anastasov Return-path: Content-Disposition: inline In-Reply-To: Sender: lvs-devel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Wed, Feb 09, 2011 at 02:21:59AM +0200, Julian Anastasov wrote: > > From: Tinggong Wang > > Fix get_curr_sync_buff to keep buffer for 2 seconds > as intended, not just for the current jiffie. By this way > we will sync more connection structures with single packet. > > Signed-off-by: Tinggong Wang > Signed-off-by: Julian Anastasov > --- > > Patch is against lvs-test-2.6 from 09-FEB-2011 > but should apply cleanly to net-next. Thanks, I have pushed this change into the master branch of lvs-test-2.6. I am waiting for one or two more patches to settle down before sending my next pull request to Patrick.