Re: [PATCH 01/31] vdpa: Reorder virtio/vhost-vdpa.c functions

2022-02-20 Thread Eugenio Perez Martin
On Mon, Feb 21, 2022 at 8:31 AM Jason Wang wrote: > > > 在 2022/1/28 下午3:57, Eugenio Perez Martin 写道: > > On Fri, Jan 28, 2022 at 6:59 AM Jason Wang wrote: > >> > >> 在 2022/1/22 上午4:27, Eugenio Pérez 写道: > >>> vhost_vdpa_set_features and vhost_vdpa_init need to use > >>> vhost_vdpa_get_features in

Re: [PATCH 01/31] vdpa: Reorder virtio/vhost-vdpa.c functions

2022-02-20 Thread Jason Wang
在 2022/1/28 下午3:57, Eugenio Perez Martin 写道: On Fri, Jan 28, 2022 at 6:59 AM Jason Wang wrote: 在 2022/1/22 上午4:27, Eugenio Pérez 写道: vhost_vdpa_set_features and vhost_vdpa_init need to use vhost_vdpa_get_features in svq mode. vhost_vdpa_dev_start needs to use almost all _set_ functions: vh

Re: [PATCH 01/31] vdpa: Reorder virtio/vhost-vdpa.c functions

2022-01-27 Thread Eugenio Perez Martin
On Fri, Jan 28, 2022 at 6:59 AM Jason Wang wrote: > > > 在 2022/1/22 上午4:27, Eugenio Pérez 写道: > > vhost_vdpa_set_features and vhost_vdpa_init need to use > > vhost_vdpa_get_features in svq mode. > > > > vhost_vdpa_dev_start needs to use almost all _set_ functions: > > vhost_vdpa_set_vring_dev_kick

Re: [PATCH 01/31] vdpa: Reorder virtio/vhost-vdpa.c functions

2022-01-27 Thread Jason Wang
在 2022/1/22 上午4:27, Eugenio Pérez 写道: vhost_vdpa_set_features and vhost_vdpa_init need to use vhost_vdpa_get_features in svq mode. vhost_vdpa_dev_start needs to use almost all _set_ functions: vhost_vdpa_set_vring_dev_kick, vhost_vdpa_set_vring_dev_call, vhost_vdpa_set_dev_vring_base and vhost

[PATCH 01/31] vdpa: Reorder virtio/vhost-vdpa.c functions

2022-01-21 Thread Eugenio Pérez
vhost_vdpa_set_features and vhost_vdpa_init need to use vhost_vdpa_get_features in svq mode. vhost_vdpa_dev_start needs to use almost all _set_ functions: vhost_vdpa_set_vring_dev_kick, vhost_vdpa_set_vring_dev_call, vhost_vdpa_set_dev_vring_base and vhost_vdpa_set_dev_vring_num. No functional ch