commit | c7c32e72cbe23cea97c5d87ffcf6e23cc1ec1a65 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Thu Apr 10 00:31:10 2014 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon May 19 12:06:13 2014 +0200 |
tree | 82615a2c98f2cf8d3f7446aa31040c0791f93287 | |
parent | 128ad3322ba5de8fa346203c9931d1fdcab8da87 [diff] |
netfilter: nf_tables: defer all object release via rcu Now that all objects are released in the reverse order via the transaction infrastructure, we can enqueue the release via call_rcu to save one synchronize_rcu. For small rule-sets loaded via nft -f, it now takes around 50ms less here. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>