Thread (1 message) 1 message, 1 author, 2020-07-13

Re: [PATCH 5/7] virtio_vdpa: init IRQ offloading function pointers to NULL.

From: Jason Wang <hidden>
Date: 2020-07-13 08:29:19
Also in: kvm, virtualization

On 2020/7/12 下午10:49, Zhu Lingshan wrote:
quoted hunk
This commit initialize IRQ offloading function pointers in
virtio_vdpa_driver to NULL. Becasue irq offloading only focus
on VMs for vhost_vdpa.

Signed-off-by: Zhu Lingshan <redacted>
---
  drivers/virtio/virtio_vdpa.c | 2 ++
  1 file changed, 2 insertions(+)
diff --git a/drivers/virtio/virtio_vdpa.c b/drivers/virtio/virtio_vdpa.c
index c30eb55..1e8acb9 100644
--- a/drivers/virtio/virtio_vdpa.c
+++ b/drivers/virtio/virtio_vdpa.c
@@ -386,6 +386,8 @@ static void virtio_vdpa_remove(struct vdpa_device *vdpa)
  	},
  	.probe	= virtio_vdpa_probe,
  	.remove = virtio_vdpa_remove,
+	.setup_vq_irq = NULL,
+	.unsetup_vq_irq = NULL,
  };

Is this really needed consider the it's static?

Thanks

  
  module_vdpa_driver(virtio_vdpa_driver);
  
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help