Skip to content

Commit 476c135

Browse files
paravmellanoxmstsirkin
authored andcommitted
vdpa: Add missing comment for virtqueue count
Add missing comment for number of virtqueue. Signed-off-by: Parav Pandit <parav@nvidia.com> Reviewed-by: Eli Cohen <elic@nvidia.com> Acked-by: Jason Wang <jasowang@redhat.com> Link: https://lore.kernel.org/r/20201112064005.349268-2-parav@nvidia.com Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
1 parent be61863 commit 476c135

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/linux/vdpa.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ struct vdpa_vq_state {
4242
* @config: the configuration ops for this device.
4343
* @index: device index
4444
* @features_valid: were features initialized? for legacy guests
45+
* @nvqs: maximum number of supported virtqueues
4546
*/
4647
struct vdpa_device {
4748
struct device dev;

0 commit comments

Comments
 (0)