← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1279334] Re: optimise dhcp spawning performance

 

[Expired for neutron because there has been no activity for 60 days.]

** Changed in: neutron
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1279334

Title:
  optimise dhcp spawning performance

Status in neutron:
  Expired

Bug description:
  Some methods iterate over the same network ports list 3 times in
  neutron/agent/linux/dhcp.py just to spawn a unique dnsmasq instance,
  and potentially a network may have thousands of ports, so this adds a
  lot of processing overhead.

  For a mater of performance, some re-factoring in order to iterate only
  once  to generate all dnsmasq's configuration files (hosts, addn-
  hosts, etc) is required.

  See Armando Migliaccio's comment in Patch Set 21 of
  https://review.openstack.org/#/c/52930/ for more details.

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


References