]> www.infradead.org Git - nvme.git/commit
ionic: add per-queue napi_schedule for doorbell check
authorShannon Nelson <shannon.nelson@amd.com>
Wed, 19 Jun 2024 00:32:54 +0000 (17:32 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 20 Jun 2024 01:31:48 +0000 (18:31 -0700)
commitd7f9bc68591803a9bca34847b76b2fc8f12e5dfd
treeec3f4920539c409799a2307fcf0d86d9c184a86b
parent4ded136c78f8ae17d140b8aae3cd4459a6827577
ionic: add per-queue napi_schedule for doorbell check

Add a work item for each queue that will be run on the queue's
preferred cpu and will schedule another napi.  This napi is
run in case the device missed a doorbell and didn't process
a packet.  This is a problem for the Elba asic that happens
very rarely.

Signed-off-by: Shannon Nelson <shannon.nelson@amd.com>
Link: https://lore.kernel.org/r/20240619003257.6138-6-shannon.nelson@amd.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/pensando/ionic/ionic_dev.c
drivers/net/ethernet/pensando/ionic/ionic_dev.h
drivers/net/ethernet/pensando/ionic/ionic_lif.c
drivers/net/ethernet/pensando/ionic/ionic_lif.h