[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20120622.230022.1653450322283360759.davem@davemloft.net>
Date: Fri, 22 Jun 2012 23:00:22 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: eric.dumazet@...il.com
Cc: alexander.h.duyck@...el.com, netdev@...r.kernel.org,
jeffrey.t.kirsher@...el.com, edumazet@...gle.com
Subject: Re: [PATCH] ipv4: Add sysctl knob to control early socket demux
From: Eric Dumazet <eric.dumazet@...il.com>
Date: Sat, 23 Jun 2012 07:45:26 +0200
> On Fri, 2012-06-22 at 17:15 -0700, David Miller wrote:
>
>> Furthermore, we can reduce to overhead by making a special inet
>> established hash demux that doesn't check for time-wait sockets,
>> reducing the number of probes to 1 from 2.
>
> The timewait hash chain is on the same cache line than established one.
> And on a router, both chains are empty with a 99.999 % probability.
I understand this.
Probably a lot of the overhead has to do with the function calls
and, as I mentioned, the transport layer probing and validation.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists