neutron/neutron/api/rpc
Kevin Benton 3d272b2201 Skip native DHCP notifications on status change
On profiling the get_devices_details communications between
the agent and the server, a significant amount of time
(60% in my dev env) is being spent in the AFTER_UPDATE events
for the port updates resulting from the port status changes.

One of the major offenders is the native DHCP agent notifier.
On each port update it ends up retrieving the network for the
port, the DHCP agents for the network, and the segments.

This patch addresses this particular issue by adding logic to
skip a DHCP notification if the only thing that changed on the
port was the status. The DHCP agent doesn't do anything based on
the status field so there is no need to update it when this is
the only change.

Change-Id: I948132924ec5021a9db78cf17efbba96b2500e8e
Partial-Bug: #1665215
(cherry picked from commit 840e04b6f1)
2017-02-18 13:24:25 +00:00
..
agentnotifiers Skip native DHCP notifications on status change 2017-02-18 13:24:25 +00:00
callbacks Add RPC layer for Trunk Plugin and driver plumbing 2016-08-12 17:45:55 -07:00
handlers Check for unbound ports in L3 RPC handler 2017-01-18 15:44:55 +00:00
__init__.py Remove invalid copyright headers under API module 2014-04-02 11:09:03 -07:00