search for: vm_try_to_find_vq

Displaying 12 results from an estimated 12 matches for "vm_try_to_find_vq".

Did you mean: vm_try_to_find_vqs
2014 Nov 06
2
[RFC PATCH] virtio-mmio: support for multiple irqs
...le >> irqs like virtio-pci. With this patch and qemu assigning >> multiple irqs for virtio-mmio device, it's ok to use >> vhost-net with irqfd on arm/arm64. >> >> As arm doesn't support msi-x now, we use GSI for >> multiple irq. In this patch we use "vm_try_to_find_vqs" >> to check whether multiple irqs are supported like >> virtio-pci. >> >> Is this the right direction? is there other ways to >> make virtio-mmio support multiple irq? Hope for feedback. >> Thanks. >> >> Signed-off-by: Shannon Zhao <zhaoshen...
2014 Nov 06
2
[RFC PATCH] virtio-mmio: support for multiple irqs
...le >> irqs like virtio-pci. With this patch and qemu assigning >> multiple irqs for virtio-mmio device, it's ok to use >> vhost-net with irqfd on arm/arm64. >> >> As arm doesn't support msi-x now, we use GSI for >> multiple irq. In this patch we use "vm_try_to_find_vqs" >> to check whether multiple irqs are supported like >> virtio-pci. >> >> Is this the right direction? is there other ways to >> make virtio-mmio support multiple irq? Hope for feedback. >> Thanks. >> >> Signed-off-by: Shannon Zhao <zhaoshen...
2014 Nov 06
0
[RFC PATCH] virtio-mmio: support for multiple irqs
...tio-pci. With this patch and qemu assigning > >> multiple irqs for virtio-mmio device, it's ok to use > >> vhost-net with irqfd on arm/arm64. > >> > >> As arm doesn't support msi-x now, we use GSI for > >> multiple irq. In this patch we use "vm_try_to_find_vqs" > >> to check whether multiple irqs are supported like > >> virtio-pci. > >> > >> Is this the right direction? is there other ways to > >> make virtio-mmio support multiple irq? Hope for feedback. > >> Thanks. > >> > >>...
2014 Nov 04
6
[RFC PATCH] virtio-mmio: support for multiple irqs
...ng. This patch support virtio-mmio to request multiple irqs like virtio-pci. With this patch and qemu assigning multiple irqs for virtio-mmio device, it's ok to use vhost-net with irqfd on arm/arm64. As arm doesn't support msi-x now, we use GSI for multiple irq. In this patch we use "vm_try_to_find_vqs" to check whether multiple irqs are supported like virtio-pci. Is this the right direction? is there other ways to make virtio-mmio support multiple irq? Hope for feedback. Thanks. Signed-off-by: Shannon Zhao <zhaoshenglong at huawei.com> --- drivers/virtio/virtio_mmio.c | 234 +++++...
2014 Nov 04
6
[RFC PATCH] virtio-mmio: support for multiple irqs
...ng. This patch support virtio-mmio to request multiple irqs like virtio-pci. With this patch and qemu assigning multiple irqs for virtio-mmio device, it's ok to use vhost-net with irqfd on arm/arm64. As arm doesn't support msi-x now, we use GSI for multiple irq. In this patch we use "vm_try_to_find_vqs" to check whether multiple irqs are supported like virtio-pci. Is this the right direction? is there other ways to make virtio-mmio support multiple irq? Hope for feedback. Thanks. Signed-off-by: Shannon Zhao <zhaoshenglong at huawei.com> --- drivers/virtio/virtio_mmio.c | 234 +++++...
2014 Nov 06
0
[RFC PATCH] virtio-mmio: support for multiple irqs
...-mmio to request multiple > irqs like virtio-pci. With this patch and qemu assigning > multiple irqs for virtio-mmio device, it's ok to use > vhost-net with irqfd on arm/arm64. > > As arm doesn't support msi-x now, we use GSI for > multiple irq. In this patch we use "vm_try_to_find_vqs" > to check whether multiple irqs are supported like > virtio-pci. > > Is this the right direction? is there other ways to > make virtio-mmio support multiple irq? Hope for feedback. > Thanks. > > Signed-off-by: Shannon Zhao <zhaoshenglong at huawei.com> So h...
2014 Nov 12
2
[RFC PATCH] virtio-mmio: support for multiple irqs
...sage signalled interrupts (like MSI-X)" > Yes, that's right. >> we use GSI for multiple irq. > > I'm not sure what GSI stands for, but looking at the code I assume it's > just a "normal" peripheral interrupt. > >> In this patch we use "vm_try_to_find_vqs" >> to check whether multiple irqs are supported like >> virtio-pci. > > Yeah, I can see that you have followed virtio-pci quite literally. I'm > particularly not convinced to the one interrupt for config, one for all > queues option. Doesn't make any sense to...
2014 Nov 12
2
[RFC PATCH] virtio-mmio: support for multiple irqs
...sage signalled interrupts (like MSI-X)" > Yes, that's right. >> we use GSI for multiple irq. > > I'm not sure what GSI stands for, but looking at the code I assume it's > just a "normal" peripheral interrupt. > >> In this patch we use "vm_try_to_find_vqs" >> to check whether multiple irqs are supported like >> virtio-pci. > > Yeah, I can see that you have followed virtio-pci quite literally. I'm > particularly not convinced to the one interrupt for config, one for all > queues option. Doesn't make any sense to...
2014 Nov 11
0
[RFC PATCH] virtio-mmio: support for multiple irqs
...ot;normal memory mapped devices have no interface for message signalled interrupts (like MSI-X)" > we use GSI for multiple irq. I'm not sure what GSI stands for, but looking at the code I assume it's just a "normal" peripheral interrupt. > In this patch we use "vm_try_to_find_vqs" > to check whether multiple irqs are supported like > virtio-pci. Yeah, I can see that you have followed virtio-pci quite literally. I'm particularly not convinced to the one interrupt for config, one for all queues option. Doesn't make any sense to me here. > Is this the...
2014 Nov 12
0
[RFC PATCH] virtio-mmio: support for multiple irqs
...t the number you quoted is less then 30 :-) > >> we use GSI for multiple irq. > > > > I'm not sure what GSI stands for, but looking at the code I assume it's > > just a "normal" peripheral interrupt. > > > >> In this patch we use "vm_try_to_find_vqs" > >> to check whether multiple irqs are supported like > >> virtio-pci. > > > > Yeah, I can see that you have followed virtio-pci quite literally. I'm > > particularly not convinced to the one interrupt for config, one for all > > queues option....
2014 Nov 13
1
[RFC PATCH] virtio-mmio: support for multiple irqs
...ed is less then 30 :-) > >>>> we use GSI for multiple irq. >>> >>> I'm not sure what GSI stands for, but looking at the code I assume it's >>> just a "normal" peripheral interrupt. >>> >>>> In this patch we use "vm_try_to_find_vqs" >>>> to check whether multiple irqs are supported like >>>> virtio-pci. >>> >>> Yeah, I can see that you have followed virtio-pci quite literally. I'm >>> particularly not convinced to the one interrupt for config, one for all >>&g...
2014 Nov 13
1
[RFC PATCH] virtio-mmio: support for multiple irqs
...ed is less then 30 :-) > >>>> we use GSI for multiple irq. >>> >>> I'm not sure what GSI stands for, but looking at the code I assume it's >>> just a "normal" peripheral interrupt. >>> >>>> In this patch we use "vm_try_to_find_vqs" >>>> to check whether multiple irqs are supported like >>>> virtio-pci. >>> >>> Yeah, I can see that you have followed virtio-pci quite literally. I'm >>> particularly not convinced to the one interrupt for config, one for all >>&g...