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