fc610a76c7
This patch changes the way mlnx agent process port_update notifications. It does the same for the mlnx agent as was done for the ovs-agent in I219c6bdf63b0b5e945b655677f9e28fa591f03cd. Processing a port_update notification directly in the RPC call may cause competition with the main RPC loop. To prevent this problem, the actual process of ports updates is done in the main RPC loop, whereas the RPC call merely adds the updated port MAC address to a set of updated ports. port_update notifications received within a single main loop iteration will be coalesced and processed only once. Closes-Bug: 1279655 Change-Id: I63dda60cb3cf171e5e9111a1ecf95e45e1d86362 Signed-off-by: Roey Chen <roeyc@mellanox.com> |
||
---|---|---|
bin | ||
doc | ||
etc | ||
neutron | ||
rally-scenarios | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.pylintrc | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
openstack-common.conf | ||
README.rst | ||
requirements.txt | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
TESTING.rst | ||
tox.ini |
# -- Welcome!
You have come across a cloud computing network fabric controller. It has identified itself as "Neutron." It aims to tame your (cloud) networking!
# -- External Resources:
The homepage for Neutron is: http://launchpad.net/neutron. Use this site for asking for help, and filing bugs. Code is available on git.openstack.org at <http://git.openstack.org/cgit/openstack/neutron>.
The latest and most in-depth documentation on how to use Neutron is available at: <http://docs.openstack.org>. This includes:
Neutron Administrator Guide http://docs.openstack.org/trunk/openstack-network/admin/content/
Neutron API Reference: http://docs.openstack.org/api/openstack-network/2.0/content/
The start of some developer documentation is available at: http://wiki.openstack.org/NeutronDevelopment
For help using or hacking on Neutron, you can send mail to <mailto:openstack-dev@lists.openstack.org>.