All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] vdpa: Mark vdpa_config_ops.get_vq_notification as optional
@ 2021-11-04 19:52 Eugenio Pérez
  2021-11-05  2:35   ` Jason Wang
  2021-11-05  8:32   ` Stefano Garzarella
  0 siblings, 2 replies; 5+ messages in thread
From: Eugenio Pérez @ 2021-11-04 19:52 UTC (permalink / raw)
  To: linux-kernel; +Cc: Michael S. Tsirkin, Jason Wang, kvm, virtualization, netdev

Since vhost_vdpa_mmap checks for its existence before calling it.

Signed-off-by: Eugenio Pérez <eperezma@redhat.com>
---
 include/linux/vdpa.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/vdpa.h b/include/linux/vdpa.h
index c3011ccda430..0bdc7f785394 100644
--- a/include/linux/vdpa.h
+++ b/include/linux/vdpa.h
@@ -155,7 +155,7 @@ struct vdpa_map_file {
  *				@vdev: vdpa device
  *				@idx: virtqueue index
  *				@state: pointer to returned state (last_avail_idx)
- * @get_vq_notification:	Get the notification area for a virtqueue
+ * @get_vq_notification:	Get the notification area for a virtqueue (optional)
  *				@vdev: vdpa device
  *				@idx: virtqueue index
  *				Returns the notifcation area
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-11-05  8:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-04 19:52 [PATCH] vdpa: Mark vdpa_config_ops.get_vq_notification as optional Eugenio Pérez
2021-11-05  2:35 ` Jason Wang
2021-11-05  2:35   ` Jason Wang
2021-11-05  8:32 ` Stefano Garzarella
2021-11-05  8:32   ` Stefano Garzarella

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.