Message ID | 20240327111430.108787-1-xuanzhuo@linux.alibaba.com (mailing list archive) |
---|---|
Headers | show
Received: from out30-112.freemail.mail.aliyun.com (out30-112.freemail.mail.aliyun.com [115.124.30.112]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C669656478 for <netdev@vger.kernel.org>; Wed, 27 Mar 2024 11:14:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.30.112 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711538081; cv=none; b=dYYb9Y9IHXBp1uwYvXgxqAnAZ/fXFMqmwW1Hb4zGbYRD6tNFrTkJzSvZ63Btki8RBHAOf37I1crXZd86oNeRrE/02K2RLoF4BktV38AkQw18RoEL2Gmt5krsnxgdS8mHrCk8QAuDPWlo9tUnCkc/uLFUudFAdPK3C1EZ1rHdfPo= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711538081; c=relaxed/simple; bh=TrOIQFBG0yF/YdFVNAHwFamLVivKUkDlQ6QegL1FGWk=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=nA8Hfx2z7Pk6pHSnovLA4zMCRzel+dDwgagrl6/LeAvRRWp7e+XkvPgfXU0EPf8qWseag+XsLncJGVLRrzUIhgPELiZQ6qFpVdCS2XyX4hN5r4Vxp5qRCAQFuAcF6G3Px3EFPgOpvr7mePl5Coio0EtUiE7IAJoaillEBgus5y0= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com; spf=pass smtp.mailfrom=linux.alibaba.com; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b=ayXxV3i0; arc=none smtp.client-ip=115.124.30.112 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b="ayXxV3i0" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1711538072; h=From:To:Subject:Date:Message-Id:MIME-Version; bh=w6riP8UvylZg2YXJUX+TCfxwwudPvekOkUqanGFacX4=; b=ayXxV3i0z9jVy/FnAatV1i7ZjqcG/94lDz3/sqLpdoIAide/09pAT5JVzHhoVWBFloTM7fXaI9s8zPc0d6uXXyN1F5DRurK9CoGwFQIHz2/Uyc5V/G9qTOFAvkxAaorNyzCWWYPVzJDuCb35vEm9DpEH/z2kyT8LPLb7rF8K+s0= X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R911e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018046059;MF=xuanzhuo@linux.alibaba.com;NM=1;PH=DS;RN=9;SR=0;TI=SMTPD_---0W3ObwQj_1711538070; Received: from localhost(mailfrom:xuanzhuo@linux.alibaba.com fp:SMTPD_---0W3ObwQj_1711538070) by smtp.aliyun-inc.com; Wed, 27 Mar 2024 19:14:31 +0800 From: Xuan Zhuo <xuanzhuo@linux.alibaba.com> To: virtualization@lists.linux.dev Cc: "Michael S. Tsirkin" <mst@redhat.com>, Jason Wang <jasowang@redhat.com>, Xuan Zhuo <xuanzhuo@linux.alibaba.com>, "David S. Miller" <davem@davemloft.net>, Eric Dumazet <edumazet@google.com>, Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>, netdev@vger.kernel.org Subject: [PATCH vhost v6 00/10] virtio: drivers maintain dma info for premapped vq Date: Wed, 27 Mar 2024 19:14:20 +0800 Message-Id: <20240327111430.108787-1-xuanzhuo@linux.alibaba.com> X-Mailer: git-send-email 2.32.0.3.g01195cf9f Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: <netdev.vger.kernel.org> List-Subscribe: <mailto:netdev+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:netdev+unsubscribe@vger.kernel.org> MIME-Version: 1.0 X-Git-Hash: e859552de2d6 Content-Transfer-Encoding: 8bit |
Series |
virtio: drivers maintain dma info for premapped vq
|
expand
|