Disable "bulk dequeue" when enabling ALTQ so it does not irritate the
timing.
This commit is contained in:
parent
affc907d0c
commit
7421be0528
@ -254,6 +254,7 @@ altq_enable(ifq)
|
||||
#endif
|
||||
IFQ_PURGE_NOLOCK(ifq);
|
||||
ASSERT(ifq->ifq_len == 0);
|
||||
ifq->ifq_drv_maxlen = 0; /* disable bulk dequeue */
|
||||
ifq->altq_flags |= ALTQF_ENABLED;
|
||||
if (ifq->altq_clfier != NULL)
|
||||
ifq->altq_flags |= ALTQF_CLASSIFY;
|
||||
|
Loading…
x
Reference in New Issue
Block a user