Re: [PATCH v4 2/2] vdpa/snet: support the suspend vDPA callback

2023-04-17 Thread Jason Wang
On Thu, Apr 13, 2023 at 3:33 PM Alvaro Karsz wrote: > > When suspend is called, the driver sends a suspend command to the DPU > through the control mechanism. > > Signed-off-by: Alvaro Karsz Acked-by: Jason Wang Thanks > --- > drivers/vdpa/solidrun/snet_ctrl.c | 6 ++ > drivers/vdpa/sol

[PATCH v4 2/2] vdpa/snet: support the suspend vDPA callback

2023-04-13 Thread Alvaro Karsz
When suspend is called, the driver sends a suspend command to the DPU through the control mechanism. Signed-off-by: Alvaro Karsz --- drivers/vdpa/solidrun/snet_ctrl.c | 6 ++ drivers/vdpa/solidrun/snet_main.c | 15 +++ drivers/vdpa/solidrun/snet_vdpa.h | 1 + 3 files changed, 2