mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
fix bug introduced by last change
Submitted by: Navdeep Parhar
This commit is contained in:
parent
231a637720
commit
24df53962e
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ cxgb_pcpu_start_(struct sge_qset *qs, struct mbuf *immpkt, int tx_flush)
|
|||
}
|
||||
|
||||
stopped = isset(&qs->txq_stopped, TXQ_ETH);
|
||||
flush = ((drbr_empty(pi->ifp, txq->txq_mr)
|
||||
flush = ((!drbr_empty(pi->ifp, txq->txq_mr)
|
||||
&& !stopped) || txq->immpkt);
|
||||
max_desc = tx_flush ? TX_ETH_Q_SIZE : TX_START_MAX_DESC;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue