Re: [PATCH 1/4] vdpa: Add stop operation

2022-05-24 Thread Stefano Garzarella
On Tue, May 24, 2022 at 09:42:06AM +0200, Eugenio Perez Martin wrote: On Tue, May 24, 2022 at 9:09 AM Stefano Garzarella wrote: On Mon, May 23, 2022 at 09:20:14PM +0200, Eugenio Perez Martin wrote: >On Sat, May 21, 2022 at 12:13 PM Si-Wei Liu wrote: >> >> >> >> On 5/20/2022 10:23 AM, Eugenio

Re: [PATCH 1/4] vdpa: Add stop operation

2022-05-24 Thread Stefano Garzarella
On Mon, May 23, 2022 at 09:20:14PM +0200, Eugenio Perez Martin wrote: On Sat, May 21, 2022 at 12:13 PM Si-Wei Liu wrote: On 5/20/2022 10:23 AM, Eugenio Pérez wrote: > This operation is optional: It it's not implemented, backend feature bit > will not be exposed. > > Signed-off-by: Eugenio

Re: [PATCH 1/4] vdpa: Add stop operation

2022-05-23 Thread Jason Wang
在 2022/5/24 08:01, Si-Wei Liu 写道: On 5/23/2022 4:54 PM, Si-Wei Liu wrote: On 5/23/2022 12:20 PM, Eugenio Perez Martin wrote: On Sat, May 21, 2022 at 12:13 PM Si-Wei Liu wrote: On 5/20/2022 10:23 AM, Eugenio Pérez wrote: This operation is optional: It it's not implemented, backend

Re: [PATCH 1/4] vdpa: Add stop operation

2022-05-23 Thread Si-Wei Liu
On 5/23/2022 4:54 PM, Si-Wei Liu wrote: On 5/23/2022 12:20 PM, Eugenio Perez Martin wrote: On Sat, May 21, 2022 at 12:13 PM Si-Wei Liu wrote: On 5/20/2022 10:23 AM, Eugenio Pérez wrote: This operation is optional: It it's not implemented, backend feature bit will not be exposed.

Re: [PATCH 1/4] vdpa: Add stop operation

2022-05-23 Thread Si-Wei Liu
On 5/23/2022 12:20 PM, Eugenio Perez Martin wrote: On Sat, May 21, 2022 at 12:13 PM Si-Wei Liu wrote: On 5/20/2022 10:23 AM, 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 ---

Re: [PATCH 1/4] vdpa: Add stop operation

2022-05-21 Thread Si-Wei Liu
On 5/20/2022 10:23 AM, 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 | 6 ++ 1 file changed, 6 insertions(+) diff --git a/include/linux/vdpa.h