Re: [PATCH] iptables: lock free counters
From: Rick Jones <hidden>
Date: 2009-02-21 00:35:29
Also in:
netfilter-devel
From: Rick Jones <hidden>
Date: 2009-02-21 00:35:29
Also in:
netfilter-devel
Rick Jones wrote:
So, by the time this hits inboxes, under: ftp://ftp.netperf.org/nf-next-2.6-results ... I will go back through my email now and try to find the conntrack lock changes and apply them to the tree and turn the crank.
Under the base URL above there is now a "conntrack" subdir with the usual "none," "empty," and "full" subdirs. This is with the patch from message ID <20090219140303.4329f860@extreme> titled "Re: [RFT 4/4] netfilter: Get rid of central rwlock in tcp conntracking" which my mail client says has a date of 02/19/09 14:03. On the plus side, only one of the 64 concurrent netperfs died during the "full" test compared with more than 10 without the patch. Also, there were no soft lockups reported as there were without the patch. The rwlock time is gone, naturally, replaced with boatloads of spinlock contention. Hopefully the scgprof profile will help show the source. Perhaps there is yet another patch I should have applied :) happy benchmarking, rick jones