Re: [PATCH 17/31] vdpa: adapt vhost_ops callbacks to svq

2022-02-22 Thread Jason Wang
On Tue, Feb 22, 2022 at 3:43 PM Eugenio Perez Martin wrote: > > On Tue, Feb 22, 2022 at 4:16 AM Jason Wang wrote: > > > > On Tue, Feb 22, 2022 at 1:23 AM Eugenio Perez Martin > > wrote: > > > > > > On Mon, Feb 21, 2022 at 8:15 AM Jason Wang wrote: > > > > > > > > > > > > 在 2022/2/18 上午1:13,

Re: [PATCH 17/31] vdpa: adapt vhost_ops callbacks to svq

2022-02-21 Thread Eugenio Perez Martin
On Tue, Feb 22, 2022 at 4:16 AM Jason Wang wrote: > > On Tue, Feb 22, 2022 at 1:23 AM Eugenio Perez Martin > wrote: > > > > On Mon, Feb 21, 2022 at 8:15 AM Jason Wang wrote: > > > > > > > > > 在 2022/2/18 上午1:13, Eugenio Perez Martin 写道: > > > > On Tue, Feb 8, 2022 at 4:58 AM Jason Wang wrote:

Re: [PATCH 17/31] vdpa: adapt vhost_ops callbacks to svq

2022-02-21 Thread Jason Wang
On Tue, Feb 22, 2022 at 1:23 AM Eugenio Perez Martin wrote: > > On Mon, Feb 21, 2022 at 8:15 AM Jason Wang wrote: > > > > > > 在 2022/2/18 上午1:13, Eugenio Perez Martin 写道: > > > On Tue, Feb 8, 2022 at 4:58 AM Jason Wang wrote: > > >> > > >> 在 2022/2/1 上午2:58, Eugenio Perez Martin 写道: > > >>> On

Re: [PATCH 17/31] vdpa: adapt vhost_ops callbacks to svq

2022-02-21 Thread Eugenio Perez Martin
On Mon, Feb 21, 2022 at 8:15 AM Jason Wang wrote: > > > 在 2022/2/18 上午1:13, Eugenio Perez Martin 写道: > > On Tue, Feb 8, 2022 at 4:58 AM Jason Wang wrote: > >> > >> 在 2022/2/1 上午2:58, Eugenio Perez Martin 写道: > >>> On Sun, Jan 30, 2022 at 5:03 AM Jason Wang wrote: > 在 2022/1/22 上午4:27,

Re: [PATCH 17/31] vdpa: adapt vhost_ops callbacks to svq

2022-02-20 Thread Jason Wang
在 2022/2/18 上午1:13, Eugenio Perez Martin 写道: On Tue, Feb 8, 2022 at 4:58 AM Jason Wang wrote: 在 2022/2/1 上午2:58, Eugenio Perez Martin 写道: On Sun, Jan 30, 2022 at 5:03 AM Jason Wang wrote: 在 2022/1/22 上午4:27, Eugenio Pérez 写道: First half of the buffers forwarding part, preparing

Re: [PATCH 17/31] vdpa: adapt vhost_ops callbacks to svq

2022-02-17 Thread Eugenio Perez Martin
On Tue, Feb 8, 2022 at 4:58 AM Jason Wang wrote: > > > 在 2022/2/1 上午2:58, Eugenio Perez Martin 写道: > > On Sun, Jan 30, 2022 at 5:03 AM Jason Wang wrote: > >> > >> 在 2022/1/22 上午4:27, Eugenio Pérez 写道: > >>> First half of the buffers forwarding part, preparing vhost-vdpa > >>> callbacks to SVQ to

Re: [PATCH 17/31] vdpa: adapt vhost_ops callbacks to svq

2022-02-07 Thread Jason Wang
在 2022/2/1 上午2:58, Eugenio Perez Martin 写道: On Sun, Jan 30, 2022 at 5:03 AM Jason Wang wrote: 在 2022/1/22 上午4:27, Eugenio Pérez 写道: First half of the buffers forwarding part, preparing vhost-vdpa callbacks to SVQ to offer it. QEMU cannot enable it at this moment, so this is effectively

Re: [PATCH 17/31] vdpa: adapt vhost_ops callbacks to svq

2022-01-31 Thread Eugenio Perez Martin
On Sun, Jan 30, 2022 at 5:03 AM Jason Wang wrote: > > > 在 2022/1/22 上午4:27, Eugenio Pérez 写道: > > First half of the buffers forwarding part, preparing vhost-vdpa > > callbacks to SVQ to offer it. QEMU cannot enable it at this moment, so > > this is effectively dead code at the moment, but it

Re: [PATCH 17/31] vdpa: adapt vhost_ops callbacks to svq

2022-01-29 Thread Jason Wang
在 2022/1/22 上午4:27, Eugenio Pérez 写道: First half of the buffers forwarding part, preparing vhost-vdpa callbacks to SVQ to offer it. QEMU cannot enable it at this moment, so this is effectively dead code at the moment, but it helps to reduce patch size. Signed-off-by: Eugenio Pérez ---

[PATCH 17/31] vdpa: adapt vhost_ops callbacks to svq

2022-01-21 Thread Eugenio Pérez
First half of the buffers forwarding part, preparing vhost-vdpa callbacks to SVQ to offer it. QEMU cannot enable it at this moment, so this is effectively dead code at the moment, but it helps to reduce patch size. Signed-off-by: Eugenio Pérez --- hw/virtio/vhost-shadow-virtqueue.h | 2 +-