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:
Stephen Worley 2019-07-17 13:10:20 -04:00
parent a7df4ccf0e
commit 44d809a90b

View File

@ -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;