mirror of
https://github.com/torvalds/linux.git
synced 2026-04-25 18:12:26 -04:00
ionic: remove missed doorbell per-queue timer
Remove the timer-per-queue mechanics from the missed doorbell check in preparation for the new missed doorbell fix. Signed-off-by: Shannon Nelson <shannon.nelson@amd.com> Link: https://lore.kernel.org/r/20240619003257.6138-2-shannon.nelson@amd.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
committed by
Jakub Kicinski
parent
6f80fcdfbc
commit
4aaa49a282
@@ -703,10 +703,6 @@ void ionic_q_post(struct ionic_queue *q, bool ring_doorbell)
|
||||
q->dbval | q->head_idx);
|
||||
|
||||
q->dbell_jiffies = jiffies;
|
||||
|
||||
if (q_to_qcq(q)->napi_qcq)
|
||||
mod_timer(&q_to_qcq(q)->napi_qcq->napi_deadline,
|
||||
jiffies + IONIC_NAPI_DEADLINE);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user