commit | 0935d558840099b3679c67bb7468dc78fcbad940 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Wed Aug 29 14:41:32 2018 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Sep 17 11:40:07 2018 +0200 |
tree | 3356d8544975ac1c98147eda9e7ce9a8c2a25fae | |
parent | 0ef235c71755c5f36c50282fcf2d7d08709be344 [diff] |
netfilter: nf_tables: asynchronous release Release the committed transaction log from a work queue, moving expensive synchronize_rcu out of the locked section and providing opportunity to batch this. On my test machine this cuts runtime of nft-test.py in half. Based on earlier patch from Pablo Neira Ayuso. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>