Re: [PATCH v4 0/3] vhost/vsock: fix device IOTLB feature lifecycle
Jia Jia <[email protected]>
| Newsgroups | gmane.linux.kernel.virtualization,gmane.comp.emulators.kvm.devel,gmane.linux.network,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
> In the v3 you mentioned that this could be used also in vhost-net and > maybe vhost-scsi. Would it be better to include the other patches in > this series as well, since we're basically fixing the same issues, or > have they already been merged? I did not explain this clearly before. vhost-scsi itself does not negotiate VIRTIO_F_ACCESS_PLATFORM; the fix I referred to addressed a different issue. See: [email protected] The issue addressed by this series also led me to find corresponding problems in vhost-net and vhost-vsock. It now appears that these are the relevant backends here, so I will include the vhost-net changes in this series as well. Thanks, Jia