]> git.puffer.fish Git - mirror/frr.git/commit
ospfd: Allow packet reads based upon read/write packet counts
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 7 Nov 2019 04:04:32 +0000 (23:04 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 19 Nov 2019 12:47:19 +0000 (07:47 -0500)
commit4392cc43379c79b2ac601d4f38a30d8505b5b54d
tree3efaf4727bc5b8d5482286eb6abf1122401064dd
parentedca5860cbee1adb9e35fa074b4e20d4178c44c7
ospfd: Allow packet reads based upon read/write packet counts

Read in up to 20(ospf write-multipler X) packets, for handling of data.

This improves performance because we allow ospf to have a bit more data
to work on in one go for spf calculations instead of 1 packet at a time.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
ospfd/ospf_packet.c