mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 18:27:21 +00:00
zebra: Remove nexthop group workqueue
We are using the rib workqueue to handle nexthop groups from the kernel and no longer need this. Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
This commit is contained in:
parent
a7df4ccf0e
commit
44d809a90b
@ -106,11 +106,6 @@ struct zebra_router {
|
|||||||
#define ZEBRA_RIB_PROCESS_RETRY_TIME 1
|
#define ZEBRA_RIB_PROCESS_RETRY_TIME 1
|
||||||
struct work_queue *ribq;
|
struct work_queue *ribq;
|
||||||
|
|
||||||
/* The nexthop group work queue */
|
|
||||||
#define ZEBRA_NHG_PROCESS_HOLD_TIME 1
|
|
||||||
#define ZEBRA_NHG_PROCESS_RETRY_TIME 10
|
|
||||||
struct work_queue *nhgq;
|
|
||||||
|
|
||||||
/* Meta Queue Information */
|
/* Meta Queue Information */
|
||||||
struct meta_queue *mq;
|
struct meta_queue *mq;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user