Hi Eric,

     Interesting, I'm reading it now that I finished one more changeset on the
generalisation of all the tcp_hashinfo routines, could you please take
a look at:

http://www.kernel.org/git/?p=linux/kernel/git/acme/timewait-2.6.14.git;a=summary

?

Good thing is that any optimization you do for TCP will be useful for
DCCP as well,
perhaps SCTP at some point :-)

- Arnaldo

On 8/2/05, Eric Dumazet <[EMAIL PROTECTED]> wrote:
> Eric Dumazet a écrit :
> 
> >
> > Hi David, Hi all
> >
> > I would like to provide a patch to speedup tcp lookups, but I need your
> > comments first.
> >
> > 1) First some peformance data :
> > --------------------------------
> >
> > tcp_v4_rcv() waste a lot of time in __tcp_v4_lookup_established()
> >
> > The most critical code is :
> >
> > sk_for_each(sk, node, &head->chain) {
-
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