Message ID | 20241218092435.21671-1-mengferry@linux.alibaba.com (mailing list archive) |
---|---|
Headers | show
Received: from out30-101.freemail.mail.aliyun.com (out30-101.freemail.mail.aliyun.com [115.124.30.101]) (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 D48AC1993A3; Wed, 18 Dec 2024 09:25:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.30.101 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734513923; cv=none; b=WX/AU20q8aO20Shr2HV+JY91P3lhtj8C99PUmtRXnncLaBGoiltd/49wxhGe3eHLFx//ClG54vpp8vpqVgA/vAM9IAmPT0VpZgxGah7j26jr6GrpG7/x/vn/0aOVClzunbhwybP3c7eBkHvg8OG1vzxTR7vrNy9B4wmF54EaJJw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734513923; c=relaxed/simple; bh=SV/ABhFOep9Tk3yKT30cZcPjlxpWVVquWs0fQAW70HI=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=MMwJtFglV7gHoNwUckVVU6gzE2kWmdZ4R/r0cvLz1uPFzi7eBeKG7vFyEfSeO73qifPFkjdlLCIY5V2CZRcBRoagTOqjXrhaIFikbxMdtAH9bLfI0UZz47CSlXGk/pQnAZn6CAIIpkheORwD83RVz9++fvFqL04pJc5b0JW9sPw= 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=h0HhrfgN; arc=none smtp.client-ip=115.124.30.101 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="h0HhrfgN" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1734513918; h=From:To:Subject:Date:Message-Id:MIME-Version; bh=9YUzUIz7NeGljYU1LTpxknf/0f1jm1sYvRzMtoxQZcY=; b=h0HhrfgNe4BjLXzV6WcezGe1X509OKK/kERV3pDDjXDxTRA2HP5FVtdU3NkHGaDSbH1xSBhAE5/6VYU47sp+4d6IfDwtAsuF1Ciz8KG6beQjzln9dwn8hEiPuBNoY2r77QXgthN8xDKDNqh/Y4x4uMuJnQSV76HYmMQrt/IqQbc= Received: from localhost(mailfrom:mengferry@linux.alibaba.com fp:SMTPD_---0WLmA.SZ_1734513913 cluster:ay36) by smtp.aliyun-inc.com; Wed, 18 Dec 2024 17:25:17 +0800 From: Ferry Meng <mengferry@linux.alibaba.com> To: "Michael S . Tsirkin" <mst@redhat.com>, Jason Wang <jasowang@redhat.com>, linux-block@vger.kernel.org, Jens Axboe <axboe@kernel.dk>, virtualization@lists.linux.dev Cc: linux-kernel@vger.kernel.org, io-uring@vger.kernel.org, Stefan Hajnoczi <stefanha@redhat.com>, Christoph Hellwig <hch@infradead.org>, Joseph Qi <joseph.qi@linux.alibaba.com>, Jeffle Xu <jefflexu@linux.alibaba.com>, Ferry Meng <mengferry@linux.alibaba.com> Subject: [PATCH v1 0/3] virtio-blk: add io_uring passthrough support. Date: Wed, 18 Dec 2024 17:24:32 +0800 Message-Id: <20241218092435.21671-1-mengferry@linux.alibaba.com> X-Mailer: git-send-email 2.32.0.3.g01195cf9f Precedence: bulk X-Mailing-List: io-uring@vger.kernel.org List-Id: <io-uring.vger.kernel.org> List-Subscribe: <mailto:io-uring+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:io-uring+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
virtio-blk: add io_uring passthrough support.
|
expand
|