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

2019-06-26 Thread Shannon Nelson
On 6/25/19 4:21 PM, Jakub Kicinski wrote: On Thu, 20 Jun 2019 13:24:14 -0700, Shannon Nelson wrote: + case EVENT_OPCODE_HEARTBEAT: + netdev_info(netdev, "Notifyq EVENT_OPCODE_HEARTBEAT eid=%lld\n", + eid); + break; I wonder how often t

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

2019-06-25 Thread Jakub Kicinski
On Thu, 20 Jun 2019 13:24:14 -0700, Shannon Nelson wrote: > + case EVENT_OPCODE_HEARTBEAT: > + netdev_info(netdev, "Notifyq EVENT_OPCODE_HEARTBEAT eid=%lld\n", > + eid); > + break; I wonder how often this gets sent and whether the info log level

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

2019-06-20 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 ++ .