]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Use an independent iptables lock per namespace
authorCarl Baldwin <carl.baldwin@hp.com>
Fri, 17 Jan 2014 19:28:10 +0000 (19:28 +0000)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:12 +0000 (15:20 +0800)
commit9e1b74fa0bfbd5e2d3b2123c66c54e6222fac566
tree97646bfcaf132e73ecf09ccc39827f7d2d25e500
parentaece0349de645678cd2c734e579dbd1453c25a02
Use an independent iptables lock per namespace

Since iptables is independent from namespace to namespace, it makes
sense to use an independent lock per namespace.  This improvement is
aimed at improving the parallel performance in the L3 agent.

Partially implements blueprint: neutron-tempest-parallel

Change-Id: I15e9c9da9a7c15981757a09bc744501722d62db2
neutron/agent/linux/iptables_manager.py
neutron/common/utils.py