Re: [PATCH v4 net-next 08/19] ionic: Add notifyq support

2019-07-30 Thread Shannon Nelson
On 7/24/19 4:21 PM, Saeed Mahameed wrote: On Mon, 2019-07-22 at 14:40 -0700, Shannon Nelson wrote: 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

Re: [PATCH v4 net-next 08/19] ionic: Add notifyq support

2019-07-24 Thread Saeed Mahameed
On Mon, 2019-07-22 at 14:40 -0700, Shannon Nelson wrote: > 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 N

[PATCH v4 net-next 08/19] ionic: Add notifyq support

2019-07-22 Thread Shannon Nelson
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 --- .../ethernet/pensando/ionic/ionic_debugfs.c | 16 ++ .