]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - drivers/net/ethernet/pensando/ionic/ionic_lif.c
ionic: Add notifyq support
authorShannon Nelson <snelson@pensando.io>
Tue, 3 Sep 2019 22:28:11 +0000 (15:28 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Sep 2019 07:24:43 +0000 (09:24 +0200)
commit77ceb68e29ccd25d923b6af59e74ecaf736cc4b7
tree854c0986487c0d26803f8961462b24c4edf650f6
parent938962d552296a85551ddb1a9996526b330c4b72
ionic: Add notifyq support

The AdminQ is fine for sending messages and requests to the NIC,
but we also need to have events published from the NIC to the
driver.  The NotifyQ handles this for us, using the same interrupt
as AdminQ.

Signed-off-by: Shannon Nelson <snelson@pensando.io>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/pensando/ionic/ionic_debugfs.c
drivers/net/ethernet/pensando/ionic/ionic_lif.c
drivers/net/ethernet/pensando/ionic/ionic_lif.h