> -----Original Message-----
> From: David S. Miller [mailto:[EMAIL PROTECTED] 
> Sent: Saturday, August 20, 2005 9:40 PM

> 
> If you have a flow cache, keyed on saddr/daddr/sport/dport 
> then you can keep a growing LRO limit.  For example, when a 
> flow cache entry is created, use a LRO limit of 2 frames.  
> Each time the LRO limit is reached, increase the LRO limit by 
> one (until you hit the largest LRO supported, which for ipv4 
> would be 64K minus header space).

This is a good idea. The saddr/daddr/sport/dport table is already there
for receive traffic steering, 
I just did not realize it could be used for managing LRO limit as well.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to