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 7caefa2 commit 183ebc1Copy full SHA for 183ebc1
drivers/net/ethernet/pensando/ionic/ionic_lif.c
@@ -296,10 +296,8 @@ static int ionic_qcq_enable(struct ionic_qcq *qcq)
296
if (ret)
297
return ret;
298
299
- if (qcq->napi.poll)
300
- napi_enable(&qcq->napi);
301
-
302
if (qcq->flags & IONIC_QCQ_F_INTR) {
+ napi_enable(&qcq->napi);
303
irq_set_affinity_hint(qcq->intr.vector,
304
&qcq->intr.affinity_mask);
305
ionic_intr_mask(idev->intr_ctrl, qcq->intr.index,
0 commit comments