Re: [virtio-dev] Re: [RFC PATCH 4/5] virtqueue: constraints for virtqueue state

2023-08-15 Thread Zhu, Lingshan
On 8/16/2023 10:11 AM, Jason Wang wrote: On Tue, Aug 15, 2023 at 7:30 PM Zhu, Lingshan wrote: On 8/15/2023 8:34 AM, Jason Wang wrote: On Mon, Aug 14, 2023 at 7:29 PM Zhu Lingshan wrote: This commit specifies the constraints of the virtqueue state, and the actions should be taken by the

Re: [virtio-dev] Re: [RFC PATCH 3/5] virtio: The actions by the device upon SUSPEND

2023-08-15 Thread Zhu, Lingshan
On 8/16/2023 10:10 AM, Jason Wang wrote: On Tue, Aug 15, 2023 at 7:17 PM Zhu, Lingshan wrote: On 8/15/2023 8:29 AM, Jason Wang wrote: On Mon, Aug 14, 2023 at 7:29 PM Zhu Lingshan wrote: This commit specifies the actions to be taken by the device upon SUSPEND. Signed-off-by: Jason Wang

[virtio-dev] Re: [virtio-comment] [RFC PATCH 3/5] virtio: The actions by the device upon SUSPEND

2023-08-15 Thread Zhu, Lingshan
On 8/15/2023 8:33 PM, Stefan Hajnoczi wrote: On Tue, Aug 15, 2023 at 07:07:42PM +0800, Zhu, Lingshan wrote: On 8/14/2023 11:00 PM, Stefan Hajnoczi wrote: On Tue, Aug 15, 2023 at 03:29:02AM +0800, Zhu Lingshan wrote: This commit specifies the actions to be taken by the device upon SUSPEND.

[virtio-dev] Re: [virtio-comment] Re: [RFC PATCH 1/5] virtio: introduce SUSPEND bit in device status

2023-08-15 Thread Zhu, Lingshan
On 8/16/2023 10:05 AM, Jason Wang wrote: On Tue, Aug 15, 2023 at 6:50 PM Zhu, Lingshan wrote: On 8/15/2023 8:37 AM, Jason Wang wrote: On Tue, Aug 15, 2023 at 8:26 AM Jason Wang wrote: On Mon, Aug 14, 2023 at 7:29 PM Zhu Lingshan wrote: This patch introudces a new status bit in the

[virtio-dev] Re: [RFC PATCH 1/5] virtio: introduce SUSPEND bit in device status

2023-08-15 Thread Zhu, Lingshan
On 8/16/2023 9:58 AM, Jason Wang wrote: On Tue, Aug 15, 2023 at 6:48 PM Zhu, Lingshan wrote: On 8/15/2023 8:37 AM, Jason Wang wrote: On Tue, Aug 15, 2023 at 8:26 AM Jason Wang wrote: On Mon, Aug 14, 2023 at 7:29 PM Zhu Lingshan wrote: This patch introudces a new status bit in the

[virtio-dev] Re: [RFC PATCH 4/5] virtqueue: constraints for virtqueue state

2023-08-15 Thread Jason Wang
On Tue, Aug 15, 2023 at 7:30 PM Zhu, Lingshan wrote: > > > > On 8/15/2023 8:34 AM, Jason Wang wrote: > > On Mon, Aug 14, 2023 at 7:29 PM Zhu Lingshan wrote: > >> This commit specifies the constraints of the virtqueue state, > >> and the actions should be taken by the device when SUSPEND > >> and

Re: [virtio-dev] Re: [RFC PATCH 3/5] virtio: The actions by the device upon SUSPEND

2023-08-15 Thread Jason Wang
On Tue, Aug 15, 2023 at 7:17 PM Zhu, Lingshan wrote: > > > > On 8/15/2023 8:29 AM, Jason Wang wrote: > > On Mon, Aug 14, 2023 at 7:29 PM Zhu Lingshan wrote: > >> This commit specifies the actions to be taken by the device upon > >> SUSPEND. > >> > >> Signed-off-by: Jason Wang > >>

[virtio-dev] Re: [virtio-comment] Re: [RFC PATCH 1/5] virtio: introduce SUSPEND bit in device status

2023-08-15 Thread Jason Wang
On Tue, Aug 15, 2023 at 6:50 PM Zhu, Lingshan wrote: > > > > On 8/15/2023 8:37 AM, Jason Wang wrote: > > On Tue, Aug 15, 2023 at 8:26 AM Jason Wang wrote: > >> On Mon, Aug 14, 2023 at 7:29 PM Zhu Lingshan > >> wrote: > >>> This patch introudces a new status bit in the device status: SUSPEND. >

[virtio-dev] Re: [RFC PATCH 1/5] virtio: introduce SUSPEND bit in device status

2023-08-15 Thread Jason Wang
On Tue, Aug 15, 2023 at 6:48 PM Zhu, Lingshan wrote: > > > > On 8/15/2023 8:37 AM, Jason Wang wrote: > > On Tue, Aug 15, 2023 at 8:26 AM Jason Wang wrote: > >> On Mon, Aug 14, 2023 at 7:29 PM Zhu Lingshan > >> wrote: > >>> This patch introudces a new status bit in the device status: SUSPEND. >

[virtio-dev] [PATCH virtio-1.3] update acknowledgements for 1.3

2023-08-15 Thread Cornelia Huck
Move some names to the section for previous versions, add names of new contributors, etc. Signed-off-by: Cornelia Huck --- acknowledgements.tex | 124 ++- 1 file changed, 75 insertions(+), 49 deletions(-) diff --git a/acknowledgements.tex

[virtio-dev] Re: [virtio-comment] [RFC PATCH 3/5] virtio: The actions by the device upon SUSPEND

2023-08-15 Thread Stefan Hajnoczi
On Tue, Aug 15, 2023 at 07:07:42PM +0800, Zhu, Lingshan wrote: > > > On 8/14/2023 11:00 PM, Stefan Hajnoczi wrote: > > On Tue, Aug 15, 2023 at 03:29:02AM +0800, Zhu Lingshan wrote: > > > This commit specifies the actions to be taken by the device upon > > > SUSPEND. > > > > > > Signed-off-by:

[virtio-dev] Re: [virtio-comment] [RFC PATCH 1/5] virtio: introduce SUSPEND bit in device status

2023-08-15 Thread Stefan Hajnoczi
On Tue, Aug 15, 2023 at 06:31:23PM +0800, Zhu, Lingshan wrote: > > > On 8/14/2023 10:30 PM, Stefan Hajnoczi wrote: > > On Tue, Aug 15, 2023 at 03:29:00AM +0800, Zhu Lingshan wrote: > > > This patch introudces a new status bit in the device status: SUSPEND. > > > > > > This SUSPEND bit can be

[virtio-dev] Re: [RFC PATCH 5/5] virtio-pci: implement VIRTIO_F_QUEUE_STATE

2023-08-15 Thread Zhu, Lingshan
On 8/15/2023 8:35 AM, Jason Wang wrote: On Mon, Aug 14, 2023 at 7:29 PM Zhu Lingshan wrote: This patch adds two new le16 fields to common configruation structure to support VIRTIO_F_QUEUE_STATE in PCI tranport layer. Signed-off-by: Jason Wang Signed-off-by: Zhu Lingshan ---

[virtio-dev] Re: [virtio-comment] Re: [virtio-dev] [RFC PATCH 5/5] virtio-pci: implement VIRTIO_F_QUEUE_STATE

2023-08-15 Thread Zhu, Lingshan
On 8/14/2023 11:18 PM, Stefan Hajnoczi wrote: On Tue, Aug 15, 2023 at 03:29:04AM +0800, Zhu Lingshan wrote: This patch adds two new le16 fields to common configruation structure to support VIRTIO_F_QUEUE_STATE in PCI tranport layer. Signed-off-by: Jason Wang Signed-off-by: Zhu Lingshan

[virtio-dev] Re: [RFC PATCH 4/5] virtqueue: constraints for virtqueue state

2023-08-15 Thread Zhu, Lingshan
On 8/15/2023 8:34 AM, Jason Wang wrote: On Mon, Aug 14, 2023 at 7:29 PM Zhu Lingshan wrote: This commit specifies the constraints of the virtqueue state, and the actions should be taken by the device when SUSPEND and DRIVER_OK is set Signed-off-by: Jason Wang Signed-off-by: Zhu Lingshan

Re: [virtio-dev] [RFC PATCH 4/5] virtqueue: constraints for virtqueue state

2023-08-15 Thread Zhu, Lingshan
On 8/14/2023 11:15 PM, Stefan Hajnoczi wrote: On Tue, Aug 15, 2023 at 03:29:03AM +0800, Zhu Lingshan wrote: This commit specifies the constraints of the virtqueue state, and the actions should be taken by the device when SUSPEND and DRIVER_OK is set Signed-off-by: Jason Wang Signed-off-by:

Re: [virtio-dev] Re: [RFC PATCH 3/5] virtio: The actions by the device upon SUSPEND

2023-08-15 Thread Zhu, Lingshan
On 8/15/2023 8:29 AM, Jason Wang wrote: On Mon, Aug 14, 2023 at 7:29 PM Zhu Lingshan wrote: This commit specifies the actions to be taken by the device upon SUSPEND. Signed-off-by: Jason Wang Signed-off-by: Eugenio PÃrez Signed-off-by: Zhu Lingshan --- content.tex | 9 + 1

[virtio-dev] Re: [virtio-comment] [RFC PATCH 3/5] virtio: The actions by the device upon SUSPEND

2023-08-15 Thread Zhu, Lingshan
On 8/14/2023 11:00 PM, Stefan Hajnoczi wrote: On Tue, Aug 15, 2023 at 03:29:02AM +0800, Zhu Lingshan wrote: This commit specifies the actions to be taken by the device upon SUSPEND. Signed-off-by: Jason Wang Signed-off-by: Eugenio PÃrez Signed-off-by: Zhu Lingshan --- content.tex | 9

Re: [virtio-dev] [RFC PATCH 2/5] virtio: introduce vq state as basic facility

2023-08-15 Thread Zhu, Lingshan
On 8/14/2023 10:49 PM, Stefan Hajnoczi wrote: On Tue, Aug 15, 2023 at 03:29:01AM +0800, Zhu Lingshan wrote: This patch adds new device facility to save and restore virtqueue state. The virtqueue state is split into two parts: - The available state: The state that is used for read the next

[virtio-dev] Re: [RFC PATCH 1/5] virtio: introduce SUSPEND bit in device status

2023-08-15 Thread Zhu, Lingshan
On 8/15/2023 8:37 AM, Jason Wang wrote: On Tue, Aug 15, 2023 at 8:26 AM Jason Wang wrote: On Mon, Aug 14, 2023 at 7:29 PM Zhu Lingshan wrote: This patch introudces a new status bit in the device status: SUSPEND. This SUSPEND bit can be used by the driver to suspend a device, in order to

[virtio-dev] Re: [RFC PATCH 1/5] virtio: introduce SUSPEND bit in device status

2023-08-15 Thread Zhu, Lingshan
On 8/15/2023 8:37 AM, Jason Wang wrote: On Tue, Aug 15, 2023 at 8:26 AM Jason Wang wrote: On Mon, Aug 14, 2023 at 7:29 PM Zhu Lingshan wrote: This patch introudces a new status bit in the device status: SUSPEND. This SUSPEND bit can be used by the driver to suspend a device, in order to

[virtio-dev] Re: [virtio-comment] [RFC PATCH 1/5] virtio: introduce SUSPEND bit in device status

2023-08-15 Thread Zhu, Lingshan
On 8/14/2023 10:30 PM, Stefan Hajnoczi wrote: On Tue, Aug 15, 2023 at 03:29:00AM +0800, Zhu Lingshan wrote: This patch introudces a new status bit in the device status: SUSPEND. This SUSPEND bit can be used by the driver to suspend a device, in order to stablize the device states and

[virtio-dev] Re: [virtio-comment] [RFC PATCH 0/5] virtio: introduce SUSPEND bit and vq state

2023-08-15 Thread Zhu, Lingshan
On 8/15/2023 9:38 AM, Jason Wang wrote: On Tue, Aug 15, 2023 at 12:28 AM Stefan Hajnoczi wrote: On Tue, Aug 15, 2023 at 03:28:59AM +0800, Zhu Lingshan wrote: This seires introduces 1)a new SUSPEND bit in the device status Which is used to suspend the device, so that the device states and

RE: RE: RE: [virtio-dev] [PATCH v14 RESENT] virtio-net: support device stats

2023-08-15 Thread Parav Pandit
> From: Xuan Zhuo > Sent: Tuesday, August 15, 2023 11:59 AM > On Tue, 15 Aug 2023 06:17:14 +, Parav Pandit wrote: > > > > > From: Xuan Zhuo > > > Sent: Tuesday, August 15, 2023 11:29 AM > > > > > > > This version already has the bitmap. I forgot to change the commit log. > > > > Please move

RE: RE: [virtio-dev] [PATCH v14 RESENT] virtio-net: support device stats

2023-08-15 Thread Parav Pandit
> From: Xuan Zhuo > Sent: Tuesday, August 15, 2023 11:29 AM > This version already has the bitmap. I forgot to change the commit log. Please move to access via DMA interface discussed under subject "virtio-net: support access and control the member devices". For virtio net this dma