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
..
2016-09-19 20:19:34 +02:00
2016-09-23 13:47:44 -04:00
2016-12-24 11:46:01 -08:00
2016-12-24 11:46:01 -08:00
2016-09-10 21:19:10 -07:00
2016-12-28 15:11:32 -05:00
2017-01-16 14:39:58 -05:00
2017-01-04 08:22:04 +01:00
2016-12-16 10:24:44 -08:00
2017-01-20 15:07:27 -05:00
2016-12-06 21:33:19 -05:00
2017-01-30 11:05:04 +01:00
2017-01-18 17:58:45 +01:00
2017-02-15 12:38:43 -05:00
2016-12-03 23:54:25 -05:00
2017-02-17 13:36:25 -05:00
2016-12-24 11:46:01 -08:00
2017-02-08 14:50:51 -05:00
2017-02-08 13:56:37 -05:00
2016-10-30 12:42:58 -04:00
2016-12-16 00:13:43 +02:00
2017-02-14 22:19:39 -05:00
2017-02-18 22:55:13 -05:00
2016-12-25 17:21:22 +01:00
2017-02-17 16:19:39 -05:00
2017-01-10 21:08:29 -05:00
2017-02-14 13:06:37 -05:00
2016-11-18 10:59:15 -05:00
2017-02-10 15:57:34 -05:00
2016-09-10 23:12:53 -07:00
2016-12-24 11:46:01 -08:00
2017-02-12 22:14:49 -05:00
2017-02-06 07:55:44 +01:00
2016-12-25 17:21:22 +01:00
2017-01-24 16:21:36 -05:00
2016-10-20 11:23:08 -04:00
2017-01-24 21:46:59 +01:00
2017-01-06 22:20:45 -05:00
2016-12-24 11:46:01 -08:00
2016-10-27 16:16:09 -04:00
2017-01-15 22:15:16 -05:00
2017-02-17 11:11:35 -05:00
2016-11-18 10:59:15 -05:00
2017-01-10 20:45:04 -05:00
2016-12-20 14:22:49 -05:00
2016-12-24 11:46:01 -08:00
2016-12-14 16:04:10 -08:00
2017-02-01 11:57:33 -05:00
2017-02-07 14:07:23 -05:00
2016-10-12 01:51:49 -04:00
2017-01-31 12:29:24 -05:00
2016-10-30 12:42:58 -04:00
2017-02-15 22:29:51 -05:00
2017-01-24 14:30:56 -05:00
2017-02-27 20:54:04 +02:00
2016-10-27 16:16:09 -04:00
2017-02-06 07:59:07 +01:00
2016-12-24 11:46:01 -08:00
2016-12-25 17:21:22 +01:00
2016-12-24 11:46:01 -08:00
2017-01-11 09:47:10 -05:00
2016-08-17 19:36:23 -04:00
2017-01-10 11:29:50 -05:00
2016-10-06 09:52:23 -07:00