Re: [PATCH v5 virtio 10/11] pds_vdpa: subscribe to the pds_core events

2023-05-15 Thread Shannon Nelson via Virtualization
On 5/14/23 10:02 PM, Jason Wang wrote: On Thu, May 4, 2023 at 2:13 AM Shannon Nelson wrote: Register for the pds_core's notification events, primarily to find out when the FW has been reset so we can pass this on back up the chain. Signed-off-by: Shannon Nelson --- drivers/vdpa/pds/vdpa_de

Re: [PATCH v5 virtio 10/11] pds_vdpa: subscribe to the pds_core events

2023-05-14 Thread Jason Wang
On Thu, May 4, 2023 at 2:13 AM Shannon Nelson wrote: > > Register for the pds_core's notification events, primarily to > find out when the FW has been reset so we can pass this on > back up the chain. > > Signed-off-by: Shannon Nelson > --- > drivers/vdpa/pds/vdpa_dev.c | 68

[PATCH v5 virtio 10/11] pds_vdpa: subscribe to the pds_core events

2023-05-03 Thread Shannon Nelson via Virtualization
Register for the pds_core's notification events, primarily to find out when the FW has been reset so we can pass this on back up the chain. Signed-off-by: Shannon Nelson --- drivers/vdpa/pds/vdpa_dev.c | 68 - drivers/vdpa/pds/vdpa_dev.h | 1 + 2 files change