1
0
Files
linux/drivers/net
Christoph Hellwig fb5e31d970 virtio: allow drivers to request IRQ affinity when creating VQs
Add a struct irq_affinity pointer to the find_vqs methods, which if set
is used to tell the PCI layer to create the MSI-X vectors for our I/O
virtqueues with the proper affinity from the start.  Compared to after
the fact affinity hints this gives us an instantly working setup and
allows to allocate the irq descritors node-local and avoid interconnect
traffic.  Last but not least this will allow blk-mq queues are created
based on the interrupt affinity for storage drivers.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2017-02-27 20:54:04 +02:00
..
2017-02-17 12:18:43 -05:00
2017-02-10 13:41:13 -05:00
2016-12-23 17:53:47 -05:00
2017-01-27 10:39:09 -05:00
2017-02-06 22:41:27 -05:00
2017-02-06 22:41:27 -05:00
2017-01-11 10:04:01 -05:00