Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp3510997ybv; Mon, 10 Feb 2020 01:06:52 -0800 (PST) X-Google-Smtp-Source: APXvYqyBPwV9TsGVOZMTzIHCIzs8JB4lNPr3+2/wRAHhZMItj5pHxOzq+6HXsRimQHP6dWK3b/tN X-Received: by 2002:a9d:7342:: with SMTP id l2mr346631otk.98.1581325611997; Mon, 10 Feb 2020 01:06:51 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581325611; cv=none; d=google.com; s=arc-20160816; b=q1jxhwfuKYB8N3pZIdpT+dgaVH79s1xrY0GrvbAnUIFjGKdL9Q9cZzAExamNfKz6zr 0/0gBJ0KS+aO78Y16Mv/4wzemxuFEecq9v472by4J7P6Qmdd22G3NODJEAE92e2g+D22 //iL9ko1fB3DeT1Yy1ICX+Aq84l3GxLt46pR1/1nM7MW8g4cymu0ZRrx6pTyizYRrLg7 JTf/pIY3ZBqNXG5jV3BS/f/kmD9gLC1WTK8Lu0BUgQkmL11Wk6V3utVc53g/8fdXH/Xn CZyTnVbmD17AIMuH4d9yNIyzGZZ44+XQ+NIyoPSYABxeUT4six2wrNH6603bWhjyewUG wjJQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=GD837j0owO6CbR72yFde3ntgVIuuafyMTHct15iZGQs=; b=mMujSawRbhXlWKHFiGDED7/rOry/7Wd8O9YamzElATpcOG0Vo9F8ryb2+PvxWocS7S CNRpMfFSjIr2/I+EgEBxp+pUyPYmMcbAabEeWyizUlDtANfIAZNTsANidleoDbHS95d4 J56pKFJXK3VTsCHFj4XABIUj3oBifIHrB8mel6iwjU7IT9+NUCwW7VKeFW0K0b9ngjZz dvoFGNuepkz4mNPGiu50ysXyf+8Z5mSZymQF+XKvDcVYUJXDP2vEU5//HCSjB+K788X6 6UxUF2NHKh0R96o3esPasRc7u+CvVHiUHjCPlJ9anWe0h4w5fwzJIrBUvSVbUCtckpqE NYtA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=alibaba.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id x11si4316255otp.285.2020.02.10.01.06.40; Mon, 10 Feb 2020 01:06:51 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=alibaba.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727573AbgBJJGD (ORCPT + 99 others); Mon, 10 Feb 2020 04:06:03 -0500 Received: from out30-42.freemail.mail.aliyun.com ([115.124.30.42]:59296 "EHLO out30-42.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727536AbgBJJGD (ORCPT ); Mon, 10 Feb 2020 04:06:03 -0500 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R121e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01f04428;MF=zhabin@linux.alibaba.com;NM=1;PH=DS;RN=10;SR=0;TI=SMTPD_---0Tpb9F9X_1581325530; Received: from localhost(mailfrom:zhabin@linux.alibaba.com fp:SMTPD_---0Tpb9F9X_1581325530) by smtp.aliyun-inc.com(127.0.0.1); Mon, 10 Feb 2020 17:05:31 +0800 From: Zha Bin To: linux-kernel@vger.kernel.org Cc: mst@redhat.com, jasowang@redhat.com, slp@redhat.com, virtio-dev@lists.oasis-open.org, qemu-devel@nongnu.org, gerry@linux.alibaba.com, zhabin@linux.alibaba.com, jing2.liu@linux.intel.com, chao.p.peng@linux.intel.com Subject: [PATCH v2 0/5] virtio mmio specification enhancement Date: Mon, 10 Feb 2020 17:05:16 +0800 Message-Id: X-Mailer: git-send-email 1.8.3.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org In cloud native environment, we need a lightweight and secure system. It should benefit from the speed of containers and the security of VM, which is classified as secure containers. The traditional solution of cloud VM is Qemu. In fact we don't need to pay for the legacy devices. Currently, more userspace VMMs, e.g. Qemu, Firecracker, Cloud Hypervisor and Alibaba Cloud VMM which is called Dragonball, began to pay attention to a lightweight solution. The lightweight VMM is suitable to cloud native infrastructure which is designed for creating secure sandbox to address the requirements of multi-tenant. Meanwhile, with faster startup time and lower memory overhead, it makes possible to launch thousands of microVMs on the same machine. This VMM minimizes the emulation devices and uses virtio-mmio to get a more lightweight transport layer. The virtio-mmio devices have less code than virtio-pci, which can decrease boot time and increase deploy density by customizing kernel such as setting pci=off. From another point of view, the minimal device can reduce the attack surface. We have compared the number of files and the lines of code between virtio-mmio and virio-pci. Virtio-PCI Virtio-MMIO number of files(Linux) 161 1 lines of code(Linux) 78237 538 number of files(Qemu) 24 1 lines of code(Qemu) 8952 421 But the current standard virtio-mmio spec has some limitations which is only support legacy interrupt and will cause performance penalties. To address such limitation, we proposed to update virtio-mmio spec with two new feature bits to support MSI interrupt and enhancing notification mechanism[1], which can achieve the same performance as virtio-pci devices with only around 600 lines of code. Here are the performance gain of MSI interrupt in virtio-mmio. Each case is repeated three times. netperf -t TCP_RR -H 192.168.1.36 -l 30 -- -r 32,1024 Virtio-PCI Virtio-MMIO Virtio-MMIO(MSI) trans/s 9536 6939 9500 trans/s 9734 7029 9749 trans/s 9894 7095 9318 With the virtio spec proposal[1], other VMMs (e.g. Qemu) can also make use of the new features to get a enhancing performance. [1] https://lkml.org/lkml/2020/1/21/31 Change Log: v1->v2 * Change version update to feature bit * Add mask/unmask support * Add two MSI sharing/non-sharing modes * Create generic irq domain for all architectures Liu Jiang (5): virtio-mmio: add notify feature for per-queue virtio-mmio: refactor common functionality virtio-mmio: create a generic MSI irq domain virtio-mmio: add MSI interrupt feature support x86: virtio-mmio: support virtio-mmio with MSI for x86 arch/x86/kernel/apic/msi.c | 11 +- drivers/base/platform-msi.c | 4 +- drivers/virtio/Kconfig | 9 + drivers/virtio/virtio_mmio.c | 351 ++++++++++++++++++++++++++++++++---- drivers/virtio/virtio_mmio_common.h | 39 ++++ drivers/virtio/virtio_mmio_msi.h | 175 ++++++++++++++++++ include/linux/msi.h | 1 + include/uapi/linux/virtio_config.h | 13 +- include/uapi/linux/virtio_mmio.h | 31 ++++ 9 files changed, 596 insertions(+), 38 deletions(-) create mode 100644 drivers/virtio/virtio_mmio_common.h create mode 100644 drivers/virtio/virtio_mmio_msi.h -- 1.8.3.1