kernel-hacking-2024-linux-s.../drivers/virtio
Krishna Kumar 005b20a8e0 virtio: Dont add "config" to list for !per_vq_vector
For the MSI but non-per_vq_vector case, the config/change vq
also gets added to the list of vqs that need to process the
MSI interrupt. This is not needed as config has it's own
handler (vp_config_changed). In any case, vring_interrupt()
finds nothing needs to be done on this vq.

I tested this patch by testing the "Fallback:" and "Finally
fall back" cases in vp_find_vqs(). Please review.

Signed-off-by: Krishna Kumar <krkumar2@in.ibm.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2011-11-02 11:41:01 +10:30
..
config.c
Kconfig virtio: expose for non-virtualization users too 2011-07-23 16:20:30 +09:30
Makefile
virtio.c
virtio_balloon.c virtio balloon: kill tell-host-first logic 2011-05-30 11:14:13 +09:30
virtio_pci.c virtio: Dont add "config" to list for !per_vq_vector 2011-11-02 11:41:01 +10:30
virtio_ring.c Add ethtool -g support to virtio_net 2011-10-24 02:07:21 -04:00