diff options
| author | Stephen Hurd <shurd@FreeBSD.org> | 2018-12-11 17:46:01 +0000 |
|---|---|---|
| committer | Stephen Hurd <shurd@FreeBSD.org> | 2018-12-11 17:46:01 +0000 |
| commit | 7124b5ba04d1471e7ff3d167cfd5e0104cc10ca1 (patch) | |
| tree | 2928d8a48a243441e5405c7a0f0a114ffe657e33 | |
| parent | e8451da5e8525de057a6b170d427cca33ae71c73 (diff) | |
Notes
| -rw-r--r-- | sys/net/iflib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net/iflib.c b/sys/net/iflib.c index 539dcd37e5787..11b5d6bed4b31 100644 --- a/sys/net/iflib.c +++ b/sys/net/iflib.c @@ -3582,7 +3582,6 @@ _task_fn_tx(void *context) */ if (abdicate) ifmp_ring_check_drainage(txq->ift_br, TX_BATCH_SIZE); - ifmp_ring_check_drainage(txq->ift_br, TX_BATCH_SIZE); if (ctx->ifc_flags & IFC_LEGACY) IFDI_INTR_ENABLE(ctx); else { |
