]> 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)
committerCarl Baldwin <carl.baldwin@hp.com>
Fri, 17 Jan 2014 20:53:01 +0000 (20:53 +0000)
commitd2c99f080ad2ee03c380b58b9fbac51cf16a57eb
tree1c9dc16e94fcddffce806db1a7549baa0bc91862
parentf89cf127d92f38b9460f4164bc01a6a6576f1686
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