Reviewed: https://review.openstack.org/585752 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=7a27e24447cf519796cb39532e719ed66f6bcb3d Submitter: Zuul Branch: master
commit 7a27e24447cf519796cb39532e719ed66f6bcb3d Author: Chengqian Liu <[email protected]> Date: Wed Jul 25 21:29:02 2018 +0800 Reduce qos rpc times on the ovs-agent side When multiple ports are bound to qos-policy with the same id, ovs-agent should check whether the cache has policy information instead of directly reading rpc when processing the port. Change-Id: I88f9f5af95439f1536799169390764c89109f467 Closes-Bug: #1783559 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1783559 Title: Qos binding network causes ovs-agent to send a lot of rpc Status in neutron: Fix Released Bug description: The qos policy can be bound to the network, which in turn applies the policy to all ports on the network. But too many ports on the same compute node will cause some unnecessary rpc requests. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1783559/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

