projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be61863
)
vdpa: Add missing comment for virtqueue count
author
Parav Pandit
<parav@nvidia.com>
Thu, 12 Nov 2020 06:39:59 +0000
(08:39 +0200)
committer
Michael S. Tsirkin
<mst@redhat.com>
Fri, 18 Dec 2020 21:14:31 +0000
(16:14 -0500)
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>
include/linux/vdpa.h
patch
|
blob
|
history
diff --git
a/include/linux/vdpa.h
b/include/linux/vdpa.h
index 30bc7a7223bb7476b75f67e8ba07e5d80df2dec1..0fefeb97687773c445953718e1991a20e11c279e 100644
(file)
--- a/
include/linux/vdpa.h
+++ b/
include/linux/vdpa.h
@@
-42,6
+42,7
@@
struct vdpa_vq_state {
* @config: the configuration ops for this device.
* @index: device index
* @features_valid: were features initialized? for legacy guests
+ * @nvqs: maximum number of supported virtqueues
*/
struct vdpa_device {
struct device dev;