Reviewed:  https://review.openstack.org/358780
Committed: 
https://git.openstack.org/cgit/openstack/neutron/commit/?id=02c16a0e603b6e75cca64df21dd86d9c30e4a6f6
Submitter: Jenkins
Branch:    master

commit 02c16a0e603b6e75cca64df21dd86d9c30e4a6f6
Author: Edan David <ed...@mellanox.com>
Date:   Mon Aug 22 11:25:13 2016 -0400

    Reduce rpc calls in SR-IOV agent
    
    Use one update_port_list rpc call instead of
    update_port_up/update_port_down for each device separately.
    
    Closes-Bug: #1682979
    Change-Id: I0a367712ff9410c2376b5b70c76806391bed3707


** 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/1682979

Title:
  sr-iov agent doesn't use bulk update_device_list RPC interface

Status in neutron:
  Fix Released

Bug description:
  Neutron has had a bulk interface for updating several port statuses at
  once for quite some time:
  
http://git.openstack.org/cgit/openstack/neutron/tree/neutron/plugins/ml2/rpc.py#n277

  The SR-IOV agent hasn't been using it, which means it can't take
  advantage of any server-side bulking operations for handling several
  ports simultaneously.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1682979/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to