Re: [PATCH 5/9] virtio: allow drivers to request IRQ affinity when creating VQs
From: Jason Wang <jasowang@redhat.com>
Date: 2017-02-03 08:01:04
From: Jason Wang <jasowang@redhat.com>
Date: 2017-02-03 08:01:04
On 2017年01月27日 16:16, Christoph Hellwig wrote:
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> _______________________________________________ Virtualization mailing list Virtualization@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/virtualization