From 44d809a90b790dc5d3d9d292d6c7add00e4864b8 Mon Sep 17 00:00:00 2001 From: Stephen Worley Date: Wed, 17 Jul 2019 13:10:20 -0400 Subject: [PATCH] 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 --- zebra/zebra_router.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/zebra/zebra_router.h b/zebra/zebra_router.h index 5a2f0c9fa1..497846e0fa 100644 --- a/zebra/zebra_router.h +++ b/zebra/zebra_router.h @@ -106,11 +106,6 @@ struct zebra_router { #define ZEBRA_RIB_PROCESS_RETRY_TIME 1 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 */ struct meta_queue *mq;