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 b55ea80 commit c1b4632Copy full SHA for c1b4632
drivers/net/ethernet/pensando/ionic/ionic_lif.c
@@ -282,10 +282,8 @@ static int ionic_qcq_enable(struct ionic_qcq *qcq)
282
if (ret)
283
return ret;
284
285
- if (qcq->napi.poll)
286
- napi_enable(&qcq->napi);
287
-
288
if (qcq->flags & IONIC_QCQ_F_INTR) {
+ napi_enable(&qcq->napi);
289
irq_set_affinity_hint(qcq->intr.vector,
290
&qcq->intr.affinity_mask);
291
ionic_intr_mask(idev->intr_ctrl, qcq->intr.index,
0 commit comments