Re: [PATCH] rfs: Receive Flow Steering

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Rick Jones
Date: Friday, April 2, 2010 - 10:01 am

Eric Dumazet wrote:

The progression in HP-UX was IPS (10.20) (aka RPS) then TOPS (11.0) (aka RFS). 
We found that IPS was great for single-flow-per-thread-of-execution stuff and 
that TOPS was better for multiple-flow-per-thread-of-execution stuff.  It was 
long enough ago now that I can safely say for one system-level benchmark not 
known to be a "networking" benchmark, and without a massive kernel component, 
TOPS was a 10% win.  Not too shabby.

It wasn't that IPS wasn't good in its context - just that TOPS was even better.

We also preferred the concept of the scheduler giving networking clues as to 
where to process an application's packets rather than networking trying to tell 
the scheduler.  There was some discussion of out of order worries, but we were 
willing to trust to the basic soundness of the scheduler - if it was moving 
threads around willy nilly at a rate able to cause big packet reordering it had 
fundamental problems that would have to be addressed anyway.  And while it may 
be incindiary to point this out :)  I suspect (without concrete data :) that 
bonding mode 0 is a much, Much, MUCH larger source of out-of-order traffic than 
any plausible scheduler thrashing.

happy benchmarking,

rick jones
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] rfs: Receive Flow Steering, Tom Herbert, (Thu Apr 1, 8:59 pm)
Re: [PATCH] rfs: Receive Flow Steering, Changli Gao, (Thu Apr 1, 10:04 pm)
Re: [PATCH] rfs: Receive Flow Steering, Eric Dumazet, (Fri Apr 2, 12:29 am)
Re: [PATCH] rfs: Receive Flow Steering, Eric Dumazet, (Fri Apr 2, 12:58 am)
Re: [PATCH] rfs: Receive Flow Steering, Eric Dumazet, (Fri Apr 2, 1:35 am)
Re: [PATCH] rfs: Receive Flow Steering, Changli Gao, (Fri Apr 2, 3:58 am)
Re: [PATCH] rfs: Receive Flow Steering, Eric Dumazet, (Fri Apr 2, 5:01 am)
Re: [PATCH] rfs: Receive Flow Steering, Eric Dumazet, (Fri Apr 2, 5:37 am)
Re: [PATCH] rfs: Receive Flow Steering, Changli Gao, (Fri Apr 2, 6:45 am)
Re: [PATCH] rfs: Receive Flow Steering, Eric Dumazet, (Fri Apr 2, 9:28 am)
Re: [PATCH] rfs: Receive Flow Steering, Rick Jones, (Fri Apr 2, 10:01 am)
Re: [PATCH] rfs: Receive Flow Steering, Rick Jones, (Fri Apr 2, 11:25 am)
Re: [PATCH] rfs: Receive Flow Steering, Eric Dumazet, (Fri Apr 2, 12:43 pm)
Re: [PATCH] rfs: Receive Flow Steering, Changli Gao, (Wed Apr 7, 6:37 pm)