linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] virtio-mmio: support multiple interrupt vectors
@ 2019-07-19 13:31 Fei Li
  2019-07-19 13:31 ` [PATCH 1/2] virtio-mmio: Process vrings more proactively Fei Li
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Fei Li @ 2019-07-19 13:31 UTC (permalink / raw)
  To: linux-kernel
  Cc: Jason Wang, Pawel Moll, Michael S . Tsirkin, Suzuki K Poulose,
	Fam Zheng, Fei Li

Hi,

This patch series implements multiple interrupt vectors support for
virtio-mmio device. This is especially useful for multiqueue vhost-net
device when using firecracker micro-vms as the guest.

Test result:
With 8 vcpus & 8 net queues set, one vhost-net device with 8 irqs can
receive 9 times more pps comparing with only one irq:
- 564830.38 rxpck/s for 8 irqs on
- 67665.06 rxpck/s for 1 irq on

Please help to review, thanks!

Have a nice day
Fei


Fam Zheng (1):
  virtio-mmio: Process vrings more proactively

Fei Li (1):
  virtio-mmio: support multiple interrupt vectors

 drivers/virtio/virtio_mmio.c | 238 +++++++++++++++++++++++++++++++++++--------
 1 file changed, 196 insertions(+), 42 deletions(-)

-- 
2.11.0


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2019-08-02 11:01 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-19 13:31 [PATCH v1 0/2] virtio-mmio: support multiple interrupt vectors Fei Li
2019-07-19 13:31 ` [PATCH 1/2] virtio-mmio: Process vrings more proactively Fei Li
2019-07-19 15:17   ` Michael S. Tsirkin
2019-07-22  2:28     ` [External Email] " Fam Zheng
2019-07-25 14:33       ` Michael S. Tsirkin
2019-07-19 13:31 ` [PATCH 2/2] virtio-mmio: support multiple interrupt vectors Fei Li
2019-07-19 15:14 ` [PATCH v1 0/2] " Michael S. Tsirkin
2019-07-22  3:22   ` [External Email] " 李菲
2019-07-22  8:39     ` Michael S. Tsirkin
2019-07-22 13:43       ` 李菲
2019-07-30 20:26         ` Michael S. Tsirkin
2019-07-31  4:04           ` 李菲
2019-08-02 11:01             ` Sergio Lopez
2019-07-31  4:10 ` 李菲

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).