svn commit: r280759 - head/sys/netinet

Gleb Smirnoff glebius at FreeBSD.org
Mon Mar 30 18:24:21 UTC 2015


On Mon, Mar 30, 2015 at 06:20:45PM +0200, Emeric POUPON wrote:
E> Yes, sure!
E> 
E> I will test it tomorrow and tell you the results.
E> However, keep in mind I did not see any performance impact with the previous patch.

This is expectable, since

a) foo++ is almost as bad to cache as atomic_add(&foo)
b) you run IPSEC :)

-- 
Totus tuus, Glebius.


More information about the svn-src-head mailing list