Re: [PATCH 1/3] IPVS: add wlib & wlip schedulers

2015-01-27 Thread Julian Anastasov
Hello, On Fri, 23 Jan 2015, Julian Anastasov wrote: > On Tue, 20 Jan 2015, Chris Caputo wrote: > > > My application consists of incoming TCP streams being load balanced to > > servers which receive the feeds. These are long lived multi-gigabyte > > streams, and so I believe the estima

Re: [PATCH 1/3] IPVS: add wlib & wlip schedulers

2015-01-22 Thread Julian Anastasov
Hello, On Tue, 20 Jan 2015, Chris Caputo wrote: > My application consists of incoming TCP streams being load balanced to > servers which receive the feeds. These are long lived multi-gigabyte > streams, and so I believe the estimator's 2-second timer is fine. As an > example: > > # c

Re: [PATCH 1/3] IPVS: add wlib & wlip schedulers

2015-01-22 Thread Chris Caputo
On Fri, 23 Jan 2015, Julian Anastasov wrote: > Hello, > > On Tue, 20 Jan 2015, Chris Caputo wrote: > > My application consists of incoming TCP streams being load balanced to > > servers which receive the feeds. These are long lived multi-gigabyte > > streams, and so I believe the estimator

[PATCH 1/3] IPVS: add wlib & wlip schedulers

2015-01-20 Thread Chris Caputo
On Tue, 20 Jan 2015, Julian Anastasov wrote: > On Sat, 17 Jan 2015, Chris Caputo wrote: > > From: Chris Caputo > > > > IPVS wlib (Weighted Least Incoming Byterate) and wlip (Weighted Least > > Incoming > > Packetrate) schedulers, updated for 3.19-rc4. Hi Julian, Thanks for the review. >