Re: [PATCH] vhost: introduce mdev based hardware backend
From: Jason Wang <jasowang@redhat.com>
Date: 2019-09-27 07:17:38
Also in:
kvm, lkml
From: Jason Wang <jasowang@redhat.com>
Date: 2019-09-27 07:17:38
Also in:
kvm, lkml
On 2019/9/27 下午12:54, Tiwei Bie wrote:
quoted
The name could be confusing, get_queue_max() is to get the maximum number of entries for a virtqueue supported by this device.OK. It might be better to rename it to something like: get_vq_num_max() which is more consistent with the set_vq_num().
Yes, will do in next version. Thanks