]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_main.c
bgpd: move packet writes into dedicated pthread
authorQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 6 Feb 2017 23:39:06 +0000 (23:39 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 30 Nov 2017 21:17:57 +0000 (16:17 -0500)
commitd3ecc69e5fba1873872a1f4dc359ff1934f81848
treebcdf393161c7f7ca5e8fffbb1208362904bb80a6
parent69df82f3b5d3aa343c769f280fb811ce019601d4
bgpd: move packet writes into dedicated pthread

* BGP_WRITE_ON() removed
* BGP_WRITE_OFF() removed
* peer_writes_on() added
* peer_writes_off() added
* bgp_write_proceed_actions() removed

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
bgpd/bgp_fsm.c
bgpd/bgp_fsm.h
bgpd/bgp_main.c
bgpd/bgp_packet.c
bgpd/bgp_packet.h
bgpd/bgp_updgrp.c
bgpd/bgp_updgrp.h
bgpd/bgp_updgrp_adv.c
bgpd/bgp_updgrp_packet.c
bgpd/bgpd.c
bgpd/bgpd.h