Re: Reducing vdpa migration downtime because of memory pin / maps

2023-04-09 Thread longpeng2--- via
在 2023/4/10 10:14, Jason Wang 写道: On Wed, Apr 5, 2023 at 7:38 PM Eugenio Perez Martin wrote: Hi! As mentioned in the last upstream virtio-networking meeting, one of the factors that adds more downtime to migration is the handling of the guest memory (pin, map, etc). At this moment this

Re: [PATCH v1 1/3] virtio-pci: submit msi route changes in batch

2023-02-28 Thread longpeng2--- via
在 2023/2/28 19:20, Longpeng (Mike, Cloud Infrastructure Service Product Dept.) 写道: 在 2023/2/28 18:17, Michael S. Tsirkin 写道: On Tue, Feb 28, 2023 at 05:39:35PM +0800, Longpeng(Mike) wrote: From: Longpeng The kvm_irqchip_commit_routes() is a time-intensive operation, it needs scan and

Re: [PATCH v1 1/3] virtio-pci: submit msi route changes in batch

2023-02-28 Thread longpeng2--- via
在 2023/2/28 18:18, Michael S. Tsirkin 写道: On Tue, Feb 28, 2023 at 05:39:35PM +0800, Longpeng(Mike) wrote: From: Longpeng The kvm_irqchip_commit_routes() is a time-intensive operation, it needs scan and update all irqfds that are already assigned during each invocation, so more vectors

Re: [PATCH v1 1/3] virtio-pci: submit msi route changes in batch

2023-02-28 Thread longpeng2--- via
在 2023/2/28 18:17, Michael S. Tsirkin 写道: On Tue, Feb 28, 2023 at 05:39:35PM +0800, Longpeng(Mike) wrote: From: Longpeng The kvm_irqchip_commit_routes() is a time-intensive operation, it needs scan and update all irqfds that are already assigned during each invocation, so more vectors

Re: [PATCH v1 3/3] virtio-pci: defer to commit kvm irq routing when enable msi/msix

2023-02-28 Thread longpeng2--- via
在 2023/2/28 18:40, Michael S. Tsirkin 写道: On Tue, Feb 28, 2023 at 05:39:37PM +0800, Longpeng(Mike) wrote: From: Longpeng All unmasked vectors will be setup in msix_set_vector_notifiers(), which is a time-consuming operation because each vector need to be submit to KVM once. It's even worse

Re: [PATCH v3 2/3] vhost: configure all host notifiers in a single MR transaction

2022-12-28 Thread longpeng2--- via
在 2022/12/28 21:12, Philippe Mathieu-Daudé 写道: On 27/12/22 18:54, Michael S. Tsirkin wrote: On Tue, Dec 27, 2022 at 05:43:57PM +0100, Philippe Mathieu-Daudé wrote: On 27/12/22 08:20, Longpeng(Mike) wrote: From: Longpeng This allows the vhost device to batch the setup of all its host

Re: [PATCH v11 5/5] docs: Add generic vhost-vdpa device documentation

2022-12-19 Thread longpeng2--- via
在 2022/12/20 14:15, Michael S. Tsirkin 写道: On Tue, Dec 20, 2022 at 08:02:51AM +0800, Longpeng (Mike, Cloud Infrastructure Service Product Dept.) wrote: 在 2022/12/20 5:37, Michael S. Tsirkin 写道: On Fri, Dec 16, 2022 at 11:33:49AM +0800, Jason Wang wrote: On Thu, Dec 15, 2022 at 9:50 PM

Re: [PATCH v11 5/5] docs: Add generic vhost-vdpa device documentation

2022-12-19 Thread longpeng2--- via
在 2022/12/20 5:37, Michael S. Tsirkin 写道: On Fri, Dec 16, 2022 at 11:33:49AM +0800, Jason Wang wrote: On Thu, Dec 15, 2022 at 9:50 PM Longpeng(Mike) wrote: From: Longpeng Signed-off-by: Longpeng --- .../devices/vhost-vdpa-generic-device.rst | 68 +++ 1 file

Re: [PATCH v10 5/5] docs: Add generic vhost-vdpa device documentation

2022-12-13 Thread longpeng2--- via
在 2022/12/13 22:35, Stefano Garzarella 写道: On Mon, Dec 05, 2022 at 04:49:43PM +0800, Longpeng(Mike) wrote: From: Longpeng Signed-off-by: Longpeng --- .../devices/vhost-vdpa-generic-device.rst | 66 +++ 1 file changed, 66 insertions(+) create mode 100644

Re: [PATCH v2 1/2] vhost: configure all host notifiers in a single MR transaction

2022-12-06 Thread longpeng2--- via
在 2022/12/6 18:45, Philippe Mathieu-Daudé 写道: On 6/12/22 11:28, Longpeng (Mike, Cloud Infrastructure Service Product Dept.) wrote: 在 2022/12/6 17:07, Philippe Mathieu-Daudé 写道: On 6/12/22 09:18, Longpeng(Mike) via wrote: From: Longpeng This allows the vhost device to batch the setup of

Re: [PATCH v2 1/2] vhost: configure all host notifiers in a single MR transaction

2022-12-06 Thread longpeng2--- via
在 2022/12/6 17:07, Philippe Mathieu-Daudé 写道: On 6/12/22 09:18, Longpeng(Mike) via wrote: From: Longpeng This allows the vhost device to batch the setup of all its host notifiers. This significantly reduces the device starting time, e.g. the time spend on enabling notifiers reduce from

Re: [PATCH v2 2/2] vdpa: commit all host notifier MRs in a single MR transaction

2022-12-06 Thread longpeng2--- via
在 2022/12/6 16:30, Philippe Mathieu-Daudé 写道: On 6/12/22 09:18, Longpeng(Mike) via wrote: From: Longpeng This allows the vhost-vdpa device to batch the setup of all its MRs of host notifiers. This significantly reduces the device starting time, e.g. the time spend on setup the host

Re: [PATCH] vhost: configure all host notifiers in a single MR transaction

2022-11-28 Thread longpeng2--- via
在 2022/11/21 12:01, Jason Wang 写道: On Fri, Nov 18, 2022 at 10:49 PM Longpeng(Mike) wrote: From: Longpeng This allows the vhost device to batch the setup of all its host notifiers. This significantly reduces the device starting time, e.g. the vhost-vDPA generic device [1] start time

Re: [PATCH v8 5/5] docs: Add generic vhost-vdpa device documentation

2022-11-11 Thread longpeng2--- via
在 2022/11/8 16:42, Stefano Garzarella 写道: On Tue, Nov 08, 2022 at 11:30:53AM +0800, Longpeng (Mike, Cloud Infrastructure Service Product Dept.) wrote: 在 2022/11/8 10:42, Jason Wang 写道: On Tue, Nov 8, 2022 at 8:42 AM Longpeng(Mike) wrote: From: Longpeng Signed-off-by: Longpeng ---  

Re: [PATCH v8 4/5] vdpa-dev: mark the device as unmigratable

2022-11-11 Thread longpeng2--- via
在 2022/11/8 16:46, Stefano Garzarella 写道: On Tue, Nov 08, 2022 at 08:41:56AM +0800, Longpeng(Mike) wrote: From: Longpeng The generic vDPA device doesn't support migration currently, so mark it as unmigratable temporarily. Signed-off-by: Longpeng --- hw/virtio/vdpa-dev.c | 1 + 1 file

Re: [PATCH v8 5/5] docs: Add generic vhost-vdpa device documentation

2022-11-07 Thread longpeng2--- via
在 2022/11/8 10:42, Jason Wang 写道: On Tue, Nov 8, 2022 at 8:42 AM Longpeng(Mike) wrote: From: Longpeng Signed-off-by: Longpeng --- docs/system/devices/vhost-vdpa-device.rst | 43 +++ 1 file changed, 43 insertions(+) create mode 100644

Re: [PATCH v7 resend 0/4] add generic vDPA device support

2022-11-06 Thread longpeng2--- via
在 2022/11/6 21:47, Michael S. Tsirkin 写道: On Sun, Nov 06, 2022 at 09:11:39PM +0800, Longpeng (Mike, Cloud Infrastructure Service Product Dept.) wrote: 在 2022/11/6 13:22, Michael S. Tsirkin 写道: On Sun, Nov 06, 2022 at 08:17:07AM +0800, Longpeng (Mike, Cloud Infrastructure Service Product

Re: [PATCH v7 resend 0/4] add generic vDPA device support

2022-11-06 Thread longpeng2--- via
在 2022/11/6 13:22, Michael S. Tsirkin 写道: On Sun, Nov 06, 2022 at 08:17:07AM +0800, Longpeng (Mike, Cloud Infrastructure Service Product Dept.) wrote: 在 2022/11/6 0:43, Michael S. Tsirkin 写道: On Sat, Nov 05, 2022 at 04:36:25PM +0800, Longpeng(Mike) wrote: From: Longpeng Hi guys, With

Re: [PATCH v7 resend 0/4] add generic vDPA device support

2022-11-05 Thread longpeng2--- via
在 2022/11/6 0:43, Michael S. Tsirkin 写道: On Sat, Nov 05, 2022 at 04:36:25PM +0800, Longpeng(Mike) wrote: From: Longpeng Hi guys, With the generic vDPA device, QEMU won't need to touch the device types any more, such like vfio. With this kind of passthrough migration is completely MIA

Re: [PATCH v6 resend 4/4] vdpa: add vdpa-dev-pci support

2022-06-08 Thread longpeng2--- via
在 2022/6/9 7:10, Michael S. Tsirkin 写道: On Sat, May 14, 2022 at 12:11:07PM +0800, Longpeng(Mike) wrote: From: Longpeng Supports vdpa-dev-pci, we can use the device as follow: -device vhost-vdpa-device-pci,vhostdev=/dev/vhost-vdpa-X Reviewed-by: Stefano Garzarella Signed-off-by: Longpeng

Re: [PATCH v6 resend 0/4] add generic vDPA device support

2022-05-31 Thread longpeng2--- via
在 2022/5/31 16:50, Jason Wang 写道: On Mon, May 30, 2022 at 12:16 PM Longpeng (Mike, Cloud Infrastructure Service Product Dept.) wrote: Hi guys, Ping...Any other comments? Looks good to me. Acked-by: Jason Wang (This probably requires a rebase since it doesn't apply cleanly on master).

Re: [PATCH v6 resend 0/4] add generic vDPA device support

2022-05-29 Thread longpeng2--- via
Hi guys, Ping...Any other comments? 在 2022/5/14 12:11, Longpeng(Mike) 写道: From: Longpeng Hi guys, With the generic vDPA device, QEMU won't need to touch the device types any more, such like vfio. We can use the generic vDPA device as follow: -device

Re: [PATCH v5 2/4] virtio: get class_id and pci device id by the virtio id

2022-05-12 Thread longpeng2--- via
在 2022/5/12 14:56, Michael S. Tsirkin 写道: On Thu, May 12, 2022 at 02:21:01PM +0800, Longpeng(Mike) wrote: From: Longpeng Add helpers to get the "Transitional PCI Device ID" and "class_id" of the device specified by the "Virtio Device ID". These helpers will be used to build the generic

Re: [PATCH v5 3/4] vdpa: add vdpa-dev support

2022-05-12 Thread longpeng2--- via
在 2022/5/12 22:36, Stefano Garzarella 写道: On Thu, May 12, 2022 at 02:21:02PM +0800, Longpeng(Mike) wrote: From: Longpeng Supports vdpa-dev, we can use the deivce directly: -M microvm -m 512m -smp 2 -kernel ... -initrd ... -device \ vhost-vdpa-device,vhostdev=/dev/vhost-vdpa-x

Re: [PATCH v4 3/4] vdpa: add vdpa-dev support

2022-05-11 Thread longpeng2--- via
在 2022/5/11 16:55, Jason Wang 写道: On Wed, May 11, 2022 at 2:10 PM Longpeng (Mike, Cloud Infrastructure Service Product Dept.) wrote: 在 2022/5/11 10:56, Jason Wang 写道: On Tue, May 10, 2022 at 8:59 PM Longpeng(Mike) wrote: From: Longpeng Supports vdpa-dev. Signed-off-by: Longpeng

Re: [PATCH v4 3/4] vdpa: add vdpa-dev support

2022-05-11 Thread longpeng2--- via
在 2022/5/11 10:56, Jason Wang 写道: On Tue, May 10, 2022 at 8:59 PM Longpeng(Mike) wrote: From: Longpeng Supports vdpa-dev. Signed-off-by: Longpeng --- hw/virtio/Kconfig| 5 + hw/virtio/meson.build| 1 + hw/virtio/vdpa-dev.c | 385

Re: Fio regression caused by f9fc8932b11f3bcf2a2626f567cb6fdd36a33a94

2022-05-05 Thread longpeng2--- via
Hi Stefan, 在 2022/5/5 18:09, Stefan Hajnoczi 写道: On Tue, May 03, 2022 at 09:43:15AM +0200, Lukáš Doktor wrote: Hello Mike, Paolo, others, in my perf pipeline I noticed a regression bisected to the f9fc8932b11f3bcf2a2626f567cb6fdd36a33a94 - "thread-posix: remove the posix semaphore support"

RE: [PATCH v3 00/10] add generic vDPA device support

2022-03-28 Thread longpeng2--- via
> -Original Message- > From: Stefano Garzarella [mailto:sgarz...@redhat.com] > Sent: Monday, March 28, 2022 11:12 PM > To: Longpeng (Mike, Cloud Infrastructure Service Product Dept.) > > Cc: stefa...@redhat.com; m...@redhat.com; coh...@redhat.com; > pbonz...@redhat.com; Gonglei (Arei)

RE: [PATCH v3 05/10] vdpa-dev: implement the realize interface

2022-03-28 Thread longpeng2--- via
> -Original Message- > From: Stefano Garzarella [mailto:sgarz...@redhat.com] > Sent: Monday, March 28, 2022 11:00 PM > To: Longpeng (Mike, Cloud Infrastructure Service Product Dept.) > > Cc: Stefan Hajnoczi ; Michael Tsirkin ; > Cornelia Huck ; Paolo Bonzini ; > Gonglei (Arei) ;

RE: [PATCH v3 05/10] vdpa-dev: implement the realize interface

2022-03-28 Thread longpeng2--- via
> -Original Message- > From: Stefano Garzarella [mailto:sgarz...@redhat.com] > Sent: Monday, March 28, 2022 11:00 PM > To: Longpeng (Mike, Cloud Infrastructure Service Product Dept.) > > Cc: Stefan Hajnoczi ; Michael Tsirkin ; > Cornelia Huck ; Paolo Bonzini ; > Gonglei (Arei) ;

RE: [PATCH v2 05/10] vdpa-dev: implement the realize interface

2022-03-08 Thread longpeng2--- via
> -Original Message- > From: Stefano Garzarella [mailto:sgarz...@redhat.com] > Sent: Tuesday, March 8, 2022 4:41 PM > To: Longpeng (Mike, Cloud Infrastructure Service Product Dept.) > > Cc: stefa...@redhat.com; m...@redhat.com; coh...@redhat.com; > pbonz...@redhat.com; Gonglei (Arei) ;

RE: [PATCH v2 05/10] vdpa-dev: implement the realize interface

2022-03-07 Thread longpeng2--- via
> -Original Message- > From: Stefano Garzarella [mailto:sgarz...@redhat.com] > Sent: Monday, March 7, 2022 8:14 PM > To: Longpeng (Mike, Cloud Infrastructure Service Product Dept.) > > Cc: stefa...@redhat.com; m...@redhat.com; coh...@redhat.com; > pbonz...@redhat.com; Gonglei (Arei) ;

RE: [PATCH v2 05/10] vdpa-dev: implement the realize interface

2022-03-07 Thread longpeng2--- via
> -Original Message- > From: Stefano Garzarella [mailto:sgarz...@redhat.com] > Sent: Monday, March 7, 2022 4:24 PM > To: Longpeng (Mike, Cloud Infrastructure Service Product Dept.) > > Cc: stefa...@redhat.com; m...@redhat.com; coh...@redhat.com; > pbonz...@redhat.com; Gonglei (Arei) ;

RE: [PATCH v2 04/10] vdpa-dev: implement the instance_init/class_init interface

2022-03-07 Thread longpeng2--- via
> -Original Message- > From: Stefano Garzarella [mailto:sgarz...@redhat.com] > Sent: Monday, March 7, 2022 5:13 PM > To: Longpeng (Mike, Cloud Infrastructure Service Product Dept.) > > Cc: stefa...@redhat.com; m...@redhat.com; coh...@redhat.com; > pbonz...@redhat.com; Gonglei (Arei) ;

RE: [PATCH v2 04/10] vdpa-dev: implement the instance_init/class_init interface

2022-03-07 Thread longpeng2--- via
> -Original Message- > From: Stefano Garzarella [mailto:sgarz...@redhat.com] > Sent: Monday, March 7, 2022 4:10 PM > To: Longpeng (Mike, Cloud Infrastructure Service Product Dept.) > > Cc: stefa...@redhat.com; m...@redhat.com; coh...@redhat.com; > pbonz...@redhat.com; Gonglei (Arei) ;

RE: [PATCH v2 06/10] vdpa-dev: implement the unrealize interface

2022-03-04 Thread longpeng2--- via
> -Original Message- > From: Stefano Garzarella [mailto:sgarz...@redhat.com] > Sent: Wednesday, January 19, 2022 7:36 PM > To: Longpeng (Mike, Cloud Infrastructure Service Product Dept.) > > Cc: stefa...@redhat.com; m...@redhat.com; coh...@redhat.com; > pbonz...@redhat.com; Gonglei

RE: [PATCH v2 05/10] vdpa-dev: implement the realize interface

2022-03-04 Thread longpeng2--- via
> -Original Message- > From: Stefano Garzarella [mailto:sgarz...@redhat.com] > Sent: Wednesday, January 19, 2022 7:31 PM > To: Longpeng (Mike, Cloud Infrastructure Service Product Dept.) > > Cc: stefa...@redhat.com; m...@redhat.com; coh...@redhat.com; > pbonz...@redhat.com; Gonglei

RE: [PATCH v2 04/10] vdpa-dev: implement the instance_init/class_init interface

2022-03-04 Thread longpeng2--- via
Hi Stefano, > -Original Message- > From: Stefano Garzarella [mailto:sgarz...@redhat.com] > Sent: Wednesday, January 19, 2022 7:24 PM > To: Longpeng (Mike, Cloud Infrastructure Service Product Dept.) > > Cc: stefa...@redhat.com; m...@redhat.com; coh...@redhat.com; > pbonz...@redhat.com;

RE: [PATCH] thread-posix: optimize qemu_sem_timedwait with zero timeout

2022-02-23 Thread longpeng2--- via
> -Original Message- > From: Paolo Bonzini [mailto:paolo.bonz...@gmail.com] On Behalf Of Paolo > Bonzini > Sent: Wednesday, February 23, 2022 4:36 PM > To: qemu-devel@nongnu.org > Cc: Longpeng (Mike, Cloud Infrastructure Service Product Dept.) > > Subject: [PATCH] thread-posix:

RE: [RFC 0/2] qemu-sem-posix: use monotonic clock instead

2022-02-21 Thread longpeng2--- via
> -Original Message- > From: Paolo Bonzini [mailto:paolo.bonz...@gmail.com] On Behalf Of Paolo > Bonzini > Sent: Monday, February 21, 2022 7:31 PM > To: Longpeng (Mike, Cloud Infrastructure Service Product Dept.) > ; berra...@redhat.com; m...@redhat.com > Cc: qemu-devel@nongnu.org;

RE: [RFC 1/2] sem-posix: remove the posix semaphore support

2022-02-21 Thread longpeng2--- via
Hi Daniel, > -Original Message- > From: Daniel P. Berrangé [mailto:berra...@redhat.com] > Sent: Monday, February 21, 2022 7:12 PM > To: Longpeng (Mike, Cloud Infrastructure Service Product Dept.) > > Cc: pbonz...@redhat.com; m...@redhat.com; qemu-devel@nongnu.org; Gonglei > (Arei) > >

RE: [RFC 2/2] sem-posix: use monotonic clock instead

2022-02-21 Thread longpeng2--- via
> -Original Message- > From: Paolo Bonzini [mailto:paolo.bonz...@gmail.com] On Behalf Of Paolo > Bonzini > Sent: Monday, February 21, 2022 7:42 PM > To: Longpeng (Mike, Cloud Infrastructure Service Product Dept.) > ; berra...@redhat.com; m...@redhat.com > Cc: qemu-devel@nongnu.org;

RE: [RFC 05/10] vdpa-dev: implement the realize interface

2022-01-17 Thread longpeng2--- via
> -Original Message- > From: Stefan Hajnoczi [mailto:stefa...@redhat.com] > Sent: Thursday, January 6, 2022 7:34 PM > To: Longpeng (Mike, Cloud Infrastructure Service Product Dept.) > > Cc: m...@redhat.com; jasow...@redhat.com; sgarz...@redhat.com; > coh...@redhat.com;

RE: [RFC 01/10] virtio: get class_id and pci device id by the virtio id

2022-01-09 Thread longpeng2--- via
> -Original Message- > From: Michael S. Tsirkin [mailto:m...@redhat.com] > Sent: Monday, January 10, 2022 1:43 PM > To: Longpeng (Mike, Cloud Infrastructure Service Product Dept.) > > Cc: stefa...@redhat.com; jasow...@redhat.com; sgarz...@redhat.com; > coh...@redhat.com;

RE: [RFC 01/10] virtio: get class_id and pci device id by the virtio id

2022-01-09 Thread longpeng2--- via
> -Original Message- > From: Jason Wang [mailto:jasow...@redhat.com] > Sent: Wednesday, January 5, 2022 2:15 PM > To: Longpeng (Mike, Cloud Infrastructure Service Product Dept.) > > Cc: Stefan Hajnoczi ; mst ; Stefano > Garzarella ; Cornelia Huck ; pbonzini > ; Gonglei (Arei) ; Yechuan

RE: [RFC 02/10] vhost: add 3 commands for vhost-vdpa

2022-01-06 Thread longpeng2--- via
> -Original Message- > From: Jason Wang [mailto:jasow...@redhat.com] > Sent: Thursday, January 6, 2022 10:34 AM > To: Michael S. Tsirkin > Cc: Longpeng (Mike, Cloud Infrastructure Service Product Dept.) > ; Stefan Hajnoczi ; Stefano > Garzarella ; Cornelia Huck ; pbonzini > ; Gonglei

RE: [RFC 06/10] vdpa-dev: implement the unrealize interface

2022-01-05 Thread longpeng2--- via
> -Original Message- > From: Stefano Garzarella [mailto:sgarz...@redhat.com] > Sent: Wednesday, January 5, 2022 7:16 PM > To: Longpeng (Mike, Cloud Infrastructure Service Product Dept.) > > Cc: stefa...@redhat.com; m...@redhat.com; jasow...@redhat.com; > coh...@redhat.com;

RE: [RFC 05/10] vdpa-dev: implement the realize interface

2022-01-05 Thread longpeng2--- via
> -Original Message- > From: Stefan Hajnoczi [mailto:stefa...@redhat.com] > Sent: Wednesday, January 5, 2022 6:18 PM > To: Longpeng (Mike, Cloud Infrastructure Service Product Dept.) > > Cc: m...@redhat.com; jasow...@redhat.com; sgarz...@redhat.com; > coh...@redhat.com;

RE: [RFC 04/10] vdpa-dev: implement the instance_init/class_init interface

2022-01-05 Thread longpeng2--- via
> -Original Message- > From: Stefano Garzarella [mailto:sgarz...@redhat.com] > Sent: Wednesday, January 5, 2022 7:29 PM > To: Longpeng (Mike, Cloud Infrastructure Service Product Dept.) > > Cc: stefa...@redhat.com; m...@redhat.com; jasow...@redhat.com; > coh...@redhat.com;

RE: [RFC 04/10] vdpa-dev: implement the instance_init/class_init interface

2022-01-05 Thread longpeng2--- via
> -Original Message- > From: Stefan Hajnoczi [mailto:stefa...@redhat.com] > Sent: Wednesday, January 5, 2022 6:01 PM > To: Longpeng (Mike, Cloud Infrastructure Service Product Dept.) > > Cc: m...@redhat.com; jasow...@redhat.com; sgarz...@redhat.com; > coh...@redhat.com;

RE: [RFC 01/10] virtio: get class_id and pci device id by the virtio id

2022-01-05 Thread longpeng2--- via
> -Original Message- > From: Cornelia Huck [mailto:coh...@redhat.com] > Sent: Wednesday, January 5, 2022 6:46 PM > To: Longpeng (Mike, Cloud Infrastructure Service Product Dept.) > ; stefa...@redhat.com; m...@redhat.com; > jasow...@redhat.com; sgarz...@redhat.com > Cc:

RE: [RFC 03/10] vdpa: add the infrastructure of vdpa-dev

2022-01-05 Thread longpeng2--- via
> -Original Message- > From: Stefan Hajnoczi [mailto:stefa...@redhat.com] > Sent: Wednesday, January 5, 2022 5:49 PM > To: Longpeng (Mike, Cloud Infrastructure Service Product Dept.) > > Cc: m...@redhat.com; jasow...@redhat.com; sgarz...@redhat.com; > coh...@redhat.com;

RE: [RFC 02/10] vhost: add 3 commands for vhost-vdpa

2022-01-05 Thread longpeng2--- via
> -Original Message- > From: Jason Wang [mailto:jasow...@redhat.com] > Sent: Wednesday, January 5, 2022 3:54 PM > To: Michael S. Tsirkin > Cc: Longpeng (Mike, Cloud Infrastructure Service Product Dept.) > ; Stefan Hajnoczi ; Stefano > Garzarella ; Cornelia Huck ; pbonzini > ; Gonglei

RE: [RFC 02/10] vhost: add 3 commands for vhost-vdpa

2022-01-04 Thread longpeng2--- via
> -Original Message- > From: Jason Wang [mailto:jasow...@redhat.com] > Sent: Wednesday, January 5, 2022 12:36 PM > To: Longpeng (Mike, Cloud Infrastructure Service Product Dept.) > > Cc: Stefan Hajnoczi ; mst ; Stefano > Garzarella ; Cornelia Huck ; pbonzini > ; Gonglei (Arei) ; Yechuan

RE: [RFC 01/10] virtio: get class_id and pci device id by the virtio id

2022-01-04 Thread longpeng2--- via
> -Original Message- > From: Jason Wang [mailto:jasow...@redhat.com] > Sent: Wednesday, January 5, 2022 12:38 PM > To: Longpeng (Mike, Cloud Infrastructure Service Product Dept.) > > Cc: Stefan Hajnoczi ; mst ; Stefano > Garzarella ; Cornelia Huck ; pbonzini > ; Gonglei (Arei) ; Yechuan

RE: [PATCH 0/2] kvm/msi: do explicit commit when adding msi routes

2022-01-03 Thread longpeng2--- via
Hi guys, Ping... > -Original Message- > From: Longpeng (Mike, Cloud Infrastructure Service Product Dept.) > Sent: Saturday, December 11, 2021 10:27 PM > To: pbonz...@redhat.com; alex.william...@redhat.com; m...@redhat.com; > mtosa...@redhat.com > Cc: k...@vger.kernel.org;

RE: [RFC] vhost-vdpa-net: add vhost-vdpa-net host device support

2021-12-20 Thread longpeng2--- via
> -Original Message- > From: Stefan Hajnoczi [mailto:stefa...@redhat.com] > Sent: Monday, December 20, 2021 4:11 PM > To: Jason Wang > Cc: Michael S. Tsirkin ; Longpeng (Mike, Cloud Infrastructure > Service Product Dept.) ; pa...@nvidia.com; > xieyon...@bytedance.com;

RE: [RFC] vhost-vdpa-net: add vhost-vdpa-net host device support

2021-12-13 Thread longpeng2--- via
> -Original Message- > From: Qemu-devel [mailto:qemu-devel-bounces+longpeng2=huawei@nongnu.org] > On Behalf Of Stefan Hajnoczi > Sent: Monday, December 13, 2021 11:16 PM > To: Longpeng (Mike, Cloud Infrastructure Service Product Dept.) > > Cc: m...@redhat.com; jasow...@redhat.com;

RE: [RFC] vhost-vdpa-net: add vhost-vdpa-net host device support

2021-12-13 Thread longpeng2--- via
> -Original Message- > From: Jason Wang [mailto:jasow...@redhat.com] > Sent: Monday, December 13, 2021 11:23 AM > To: Longpeng (Mike, Cloud Infrastructure Service Product Dept.) > > Cc: mst ; Parav Pandit ; Yongji Xie > ; Stefan Hajnoczi ; Stefano > Garzarella ; Yechuan ; Gonglei (Arei)

RE: [RFC] vhost-vdpa-net: add vhost-vdpa-net host device support

2021-12-10 Thread longpeng2--- via
> -Original Message- > From: Jason Wang [mailto:jasow...@redhat.com] > Sent: Wednesday, December 8, 2021 2:27 PM > To: Longpeng (Mike, Cloud Infrastructure Service Product Dept.) > > Cc: mst ; Parav Pandit ; Yongji Xie > ; Stefan Hajnoczi ; Stefano > Garzarella ; Yechuan ; Gonglei

RE: [RFC] vhost-vdpa-net: add vhost-vdpa-net host device support

2021-12-10 Thread longpeng2--- via
> -Original Message- > From: Stefano Garzarella [mailto:sgarz...@redhat.com] > Sent: Thursday, December 9, 2021 11:55 PM > To: Longpeng (Mike, Cloud Infrastructure Service Product Dept.) > > Cc: Stefan Hajnoczi ; jasow...@redhat.com; > m...@redhat.com; > pa...@nvidia.com;

RE: [RFC] vhost-vdpa-net: add vhost-vdpa-net host device support

2021-12-10 Thread longpeng2--- via
> -Original Message- > From: Stefan Hajnoczi [mailto:stefa...@redhat.com] > Sent: Thursday, December 9, 2021 5:17 PM > To: Longpeng (Mike, Cloud Infrastructure Service Product Dept.) > > Cc: jasow...@redhat.com; m...@redhat.com; pa...@nvidia.com; > xieyon...@bytedance.com;

RE: [RFC] vhost-vdpa-net: add vhost-vdpa-net host device support

2021-12-10 Thread longpeng2--- via
> -Original Message- > From: Michael S. Tsirkin [mailto:m...@redhat.com] > Sent: Thursday, December 9, 2021 3:05 AM > To: Longpeng (Mike, Cloud Infrastructure Service Product Dept.) > > Cc: jasow...@redhat.com; pa...@nvidia.com; xieyon...@bytedance.com; > stefa...@redhat.com;