Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Apr 2012 00:02:06 +0000
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        "Li, Qing" <qing.li@bluecoat.com>
Cc:        net@freebsd.org, "K. Macy" <kmacy@freebsd.org>, current@freebsd.org
Subject:   Re: Some performance measurements on the FreeBSD network stack
Message-ID:  <7FC5708C-429D-4077-9A3C-6272AB1316D9@FreeBSD.org>
In-Reply-To: <B143A8975061C446AD5E29742C531723C7CA6A@pwsvl-excmbx-05.internal.cacheflow.com>
References:  <20120419133018.GA91364@onelab2.iet.unipi.it> <4F907011.9080602@freebsd.org> <20120419204622.GA94904@onelab2.iet.unipi.it> <B143A8975061C446AD5E29742C531723C7C16A@pwsvl-excmbx-05.internal.cacheflow.com> <20120424163423.GA59530@onelab2.iet.unipi.it> <CAHM0Q_MLRVX09_jeSXmCY0=z5D%2BpfZgwqt1UGM%2BhVRU-=-Bbbw@mail.gmail.com> <5C2FC09E-1873-4A97-8980-07B336D3DC44@netasq.com> <B143A8975061C446AD5E29742C531723C7CA6A@pwsvl-excmbx-05.internal.cacheflow.com>

next in thread | previous in thread | raw e-mail | index | archive | help

On 24. Apr 2012, at 17:42 , Li, Qing wrote:

>>> 
>>> I have a patch that has been sitting around for a long time due to
>>> review cycle latency that caches a pointer to the rtentry (and
>>> llentry) in the the inpcb. Before each use the rtentry is checked
>>> against a generation number in the routing tree that is incremented
>> on
>>> every routing table update.
>> 
>> Hi Kip,
>> 
>> Is there a public location for the patch ?
>> What can be done to speedup the commit: testing ?
>> 
>> Fabien
> 
> I performed extensive review of this patch from Kip, and it was
> ready to go. Really good work. 
> 
> Not sure what is stopping its commit into the tree.

Because there were leaks, there were 100% panics for IPv6, ... at least on
the version I had seen in autumn last year.

There is certainly no one more interested then me on these in, esp. for v6
where the removal of route caching a long time ago made nd6_nud_hint() a NOP
with dst and rt being passed down as NULL only, and where we are doing up to
three route lookups in the output path if no cached rt is passed down along
from the ULP.

If there is an updated patch, I'd love to see it.

/bz

-- 
Bjoern A. Zeeb                                 You have to have visions!
   It does not matter how good you are. It matters what good you do!




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7FC5708C-429D-4077-9A3C-6272AB1316D9>