Reviewed: https://review.openstack.org/367369 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=13808567ab4dffd9c408f17235a446feeceb8b12 Submitter: Jenkins Branch: master
commit 13808567ab4dffd9c408f17235a446feeceb8b12 Author: Rodolfo Alonso Hernandez <[email protected]> Date: Thu Sep 8 13:46:01 2016 +0100 Fix SR-IOV qos extension calls to clear_rate functions. New public functions are added to ESwitchManager class, 'clear_max_rate' and 'clear_min_tx_rate', instead of using '_clear_rate' exposing the rate_type parameter. This rate_type parameter could change in future releases only modifying the Embedded Switch Manager. Change-Id: Ib7046c87f3480ba8859d2d472fe154f1e3466d1b Closes-Bug: 1621461 ** 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/1621461 Title: SR-IOV qos driver calls wrong clear_rate functions Status in neutron: Fix Released Bug description: In neutron/plugins/ml2/drivers/mech_sriov/agent/extension_drivers/qos_driver: - "delete_minimum_bandwidth" is calling ESwitchManager().clear_min_tx_rate - "delete_bandwidth_limit" is calling ESwitchManager().clear_max_rate Both functions don't exist. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1621461/+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

