neutron/neutron/agent/linux
Rodolfo Alonso Hernandez 577d5bd977 Improve "get_devices_with_ip" performance
As reported in LP#1896734, there is a limit in the size of information
that can be transmitted in one single message between an application
and the privsep daemon. The read socket buffer is limited in size;
a message exceeding this size will generate an exception.

In order to limit the amount of information to be sent, this patch
improves the performance of "get_devices_with_ip". In the previous
implementation, the whole list of network devices from a namespace
was retrieved. In some environments, the list of devices could be
so big that the list returned by "privileged.get_link_devices" can
exceed the read buffer size (as reported in the LP bug when the
OVS agent tries to retrieve the list of IP addresses in the system).

Now the function calls "privileged.get_ip_addresses", that returns
a much smaller list. This patch is also reducing the number of system
calls to just one; the previous implementation was retrieving first
the devices link information list (that method was returning a much
bigger blob) and then, per device, retrieving the IP address
information.

Change-Id: I97ada62484023b9833ed12afd68eb4c8d337fd1f
Related-Bug: #1896734
(cherry picked from commit a6cdf273c0)
2021-03-01 10:31:10 +00:00
..
openvswitch_firewall Fix losses of ovs flows when ovs is restarted 2021-02-05 11:34:04 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
bridge_lib.py Implement "BridgeDevice" with Pyroute2 2020-07-06 11:01:21 +00:00
daemon.py Remove "six" library 2020-07-28 16:55:52 +00:00
dhcp.py Don't configure dnsmasq entries for "network" ports 2021-02-23 20:09:29 +00:00
dibbler.py Remove "six" library 2020-07-28 16:55:52 +00:00
external_process.py Fix formatting error in agent/linux/external_process.py 2020-11-05 02:05:50 +00:00
interface.py Migrate "ethtool" to oslo.privsep 2020-07-07 17:45:54 +00:00
ip_conntrack.py Merge "Use '-p ip' instead of '-p 0' with conntrack" 2019-04-12 13:02:24 +00:00
ip_lib.py Improve "get_devices_with_ip" performance 2021-03-01 10:31:10 +00:00
ipset_manager.py [Security] fix allowed-address-pair 0.0.0.0/0 issue 2020-03-21 17:54:34 +08:00
iptables_comments.py Iptables firewall driver adds forward rules for trusted ports 2018-03-06 10:13:44 +01:00
iptables_firewall.py Bump pylint version to support python 3.8 2020-08-06 16:00:30 +02:00
iptables_manager.py [OVN] Ensure metadata checksum 2021-01-28 11:42:30 +00:00
keepalived.py Ensure "keepalived" is correcly disabled 2021-01-14 16:34:43 +00:00
l3_tc_lib.py Bump pylint version to support python 3.8 2020-08-06 16:00:30 +02:00
of_monitor.py OpenFlow monitor 2019-11-20 18:00:13 +00:00
pd.py Merge "Improve terminology in the Neutron tree" 2020-08-28 14:06:18 +00:00
pd_driver.py Remove usage of six.add_metaclass 2020-05-21 14:41:18 -04:00
ra.py metadata-ipv6: Router namespace 2020-08-31 13:02:49 +02:00
tc_lib.py Fix the wrong value for QoS rate conversion to bytes/s 2020-06-20 19:38:30 +00:00
utils.py Add process name to AsyncProcess 2021-01-18 14:01:32 +00:00
xenapi_root_helper.py Fix bandit warning 2019-05-10 08:38:34 -04:00