Re: [PATCH v6 1/4] vdpa: Add suspend operation

2022-07-12 Thread Jason Wang
On Fri, Jul 8, 2022 at 7:31 PM Eugenio Perez Martin wrote: > > On Wed, Jun 29, 2022 at 6:10 AM Jason Wang wrote: > > > > On Fri, Jun 24, 2022 at 12:07 AM Eugenio Pérez wrote: > > > > > > This operation is optional: It it's not implemented, backend feature bit > > > will not be exposed. > > > >

Re: [PATCH v6 1/4] vdpa: Add suspend operation

2022-06-28 Thread Jason Wang
On Fri, Jun 24, 2022 at 12:07 AM Eugenio Pérez wrote: > > This operation is optional: It it's not implemented, backend feature bit > will not be exposed. A question, do we allow suspending a device without DRIVER_OK? Thanks > > Signed-off-by: Eugenio Pérez > --- > include/linux/vdpa.h | 4

Re: [PATCH v6 1/4] vdpa: Add suspend operation

2022-06-28 Thread Stefano Garzarella
On Thu, Jun 23, 2022 at 06:07:35PM +0200, Eugenio Pérez wrote: This operation is optional: It it's not implemented, backend feature bit will not be exposed. Signed-off-by: Eugenio Pérez --- include/linux/vdpa.h | 4 1 file changed, 4 insertions(+) diff --git a/include/linux/vdpa.h