]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: improve socket read performance
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Fri, 5 Mar 2021 21:15:15 +0000 (18:15 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Fri, 5 Mar 2021 21:17:32 +0000 (18:17 -0300)
commit97a16e648115919aab3784a6511807e35c20ee20
treec37a825957a878177246993cbe3f0d433814af4b
parentd9d7af1a52d77ed0074ebb72f87678308296e74e
bgpd: improve socket read performance

Use the new ringbuffer API function to read file descriptors directly
to the ringbuffer instead of using intermediary buffers.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
bgpd/bgp_io.c