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