We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eef5c3 commit 79f18a4Copy full SHA for 79f18a4
drivers/net/ethernet/pensando/ionic/ionic_lif.c
@@ -304,10 +304,8 @@ static int ionic_qcq_enable(struct ionic_qcq *qcq)
304
if (ret)
305
return ret;
306
307
- if (qcq->napi.poll)
308
- napi_enable(&qcq->napi);
309
-
310
if (qcq->flags & IONIC_QCQ_F_INTR) {
+ napi_enable(&qcq->napi);
311
irq_set_affinity_hint(qcq->intr.vector,
312
&qcq->intr.affinity_mask);
313
ionic_intr_mask(idev->intr_ctrl, qcq->intr.index,
0 commit comments