]> git.puffer.fish Git - mirror/frr.git/commit
zebra: reduce incoming netlink messages for dplane thread 10469/head
authorMark Stapp <mstapp@nvidia.com>
Tue, 1 Feb 2022 18:41:17 +0000 (13:41 -0500)
committerMark Stapp <mstapp@nvidia.com>
Tue, 1 Feb 2022 18:43:51 +0000 (13:43 -0500)
commitceab66b7f42516412747e47a080125a9f758162a
tree4513f5d8f855eedd349efc2869e0ca5b2ac5c41f
parentaa6e3cef6237732c7acffdef295a673679f7ff95
zebra: reduce incoming netlink messages for dplane thread

The dataplane pthread only processes a limited set of incoming
netlink notifications: only register for that set of events,
reducing duplicate incoming netlink messages.

Signed-off-by: Mark Stapp <mstapp@nvidia.com>
zebra/kernel_netlink.c