Message ID | 20241225082956.96650-1-dlemoal@kernel.org (mailing list archive) |
---|---|
Headers | show
Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 A2393347B4 for <linux-pci@vger.kernel.org>; Wed, 25 Dec 2024 08:30:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735115435; cv=none; b=B/tn6HADO3dJw1tQmZU7mxgLFyRkWRQvP8Rb245Zzs0iTmqhcWYJtRfp8mu5xSfJRxprDpUXbi3g5CdZCXEqcCugD2zsmRcUWeTX0Du1B9sfihuvsr4Th+Hj+nvjCLnSNkkoCMiWn/6NDM5lQ4UJIX3RJzYHIepQ8PXi5NjIYw4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735115435; c=relaxed/simple; bh=4fsYiTsu5dbRJF5F98TChdBZXu9kfKS3677EOqHTDak=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=R19J0Yvpmaua/pwEXlcgHHycNfiUd3N7QTm1EegROlj3wFyCzzWQ49pwhxdynFtj3k0BHr4Gr4EXMMwNepY4bzo9MknJYfuu7u5g2+9hFK0N7AgpCiFrXo5spjfN8q6kQOwlKEutmsSoImI9OSd/r1JNVZKItuuzCcspy4Ahd5A= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=RZtwYsZ+; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="RZtwYsZ+" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C1EFAC4CECD; Wed, 25 Dec 2024 08:30:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1735115435; bh=4fsYiTsu5dbRJF5F98TChdBZXu9kfKS3677EOqHTDak=; h=From:To:Cc:Subject:Date:From; b=RZtwYsZ++ZJsdnTcZg3keVipxUtpeO8msoulFCvSq7EgID4iG+hG4sOjpiA0KUXBE uLcKSZh3Gu8bVGS+zoVvklgR01bhw/kw3lNZi6NDN9vYcniam86EO/mFAhlOiATISN DLKqme+kc0ml+OSxRGvopZEgCsgOCHzSNAU4QYR5W/RorvCMb1ZyAfK80fDJeYa4SU KjPC+W72/XtoJZX7yVU8J1m+DL1ZvIC9PaIjGQwCukXPx19S63k5Csjt76zgslNupC V5/MixY4tpF0eKtczeFUMwDcoXieOBZlMlFqvjpJkti8dMn73LYnzR9UlCFy8onIX9 roJjdxTVimn0A== From: Damien Le Moal <dlemoal@kernel.org> To: linux-nvme@lists.infradead.org, Christoph Hellwig <hch@lst.de>, Keith Busch <kbusch@kernel.org>, Sagi Grimberg <sagi@grimberg.me>, linux-pci@vger.kernel.org, Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>, =?utf-8?q?Krzyszt?= =?utf-8?q?of_Wilczy=C5=84ski?= <kw@linux.com>, Kishon Vijay Abraham I <kishon@kernel.org>, Bjorn Helgaas <bhelgaas@google.com>, Lorenzo Pieralisi <lpieralisi@kernel.org> Cc: Rick Wertenbroek <rick.wertenbroek@gmail.com>, Niklas Cassel <cassel@kernel.org> Subject: [PATCH v8 00/18] NVMe PCI endpoint target driver Date: Wed, 25 Dec 2024 17:29:37 +0900 Message-ID: <20241225082956.96650-1-dlemoal@kernel.org> X-Mailer: git-send-email 2.47.1 Precedence: bulk X-Mailing-List: linux-pci@vger.kernel.org List-Id: <linux-pci.vger.kernel.org> List-Subscribe: <mailto:linux-pci+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-pci+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit |
Series |
NVMe PCI endpoint target driver
|
expand
|