On 10/27/2015 1:38 AM, Michael S. Tsirkin wrote:
> On Mon, Oct 26, 2015 at 10:52:47AM -0700, Ravi Kerur wrote:
>> Ported earlier patch from Jason Wang (dated 12/26/2014).
>>
>> This patch tries to reduce the number of MSIX irqs required for
>> virtio-net by sharin
On 10/26/2015 10:11 PM, Jason Wang wrote:
>
>
> On 10/27/2015 01:52 AM, Ravi Kerur wrote:
>> Ported earlier patch from Jason Wang (dated 12/26/2014).
>>
>> This patch tries to reduce the number of MSIX irqs required for
>> virtio-net by sharing a MSIX irq
array of
channel names and the channels that each vq belongs to.
Signed-off-by: Ravi Kerur
---
drivers/virtio/virtio_pci_common.c | 208 +++--
drivers/virtio/virtio_pci_common.h | 23 ++--
2 files changed, 146 insertions(+), 85 deletions(-)
diff --git a/drivers
Ported earlier patch from Jason Wang (dated 12/26/2014).
This patch tries to reduce the number of MSIX irqs required for
virtio-net by sharing a MSIX irq for each TX/RX queue pair through
channels. If transport support channel, about half of the MSIX irqs
were reduced.
Signed-off-by: Ravi Kerur
-off-by: Ravi Kerur
---
drivers/block/virtio_blk.c | 3 ++-
drivers/char/virtio_console.c | 3 ++-
drivers/gpu/drm/virtio/virtgpu_kms.c | 3 ++-
drivers/misc/mic/card/mic_virtio.c | 5 -
drivers/net/caif/caif_virtio.c | 3 ++-
drivers/remoteproc