]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: yield more when generating UPDATEs
authorQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 13 Nov 2017 08:18:49 +0000 (03:18 -0500)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 30 Nov 2017 21:18:07 +0000 (16:18 -0500)
commitd0ad6d8e5f21f594102db115d429963e12398a9c
tree1f1c5c58839312e442f0c46e540a1269f361c021
parentb785b7addab8cdd124c14a7abdf7b6d7dca104c8
bgpd: yield more when generating UPDATEs

In the same vein as the round-robin input commit, this re-adds logic for
limiting the amount of time spent generating UPDATEs per generation
cycle. Missed this when shifting around wpkt_quanta; prior to MT it
limited both calls to write() as well as UPDATE generation.
bgpd/bgp_packet.c