diff options
| author | Stephen Worley <sworley@cumulusnetworks.com> | 2019-07-17 13:10:20 -0400 |
|---|---|---|
| committer | Stephen Worley <sworley@cumulusnetworks.com> | 2019-10-25 11:13:41 -0400 |
| commit | 44d809a90b790dc5d3d9d292d6c7add00e4864b8 (patch) | |
| tree | 399261afbacaaac38a20c1eb96b4802b96ef2a0c /zebra/zebra_router.h | |
| parent | a7df4ccf0ed9cc594b992dd34b5a740f44e9000f (diff) | |
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>
Diffstat (limited to 'zebra/zebra_router.h')
| -rw-r--r-- | zebra/zebra_router.h | 5 |
1 files changed, 0 insertions, 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; |
