From mboxrd@z Thu Jan 1 00:00:00 1970 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 A93FA7081A for ; Tue, 7 Jan 2025 16:48:01 +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=1736268481; cv=none; b=N6eJbxZXc0isuy6/00UQdwgwCdVZtVXNAvt2halASUqg0RyehSK9NZLF/KtbKWXAU8q/5bV6rzQmQ4RbpkhNZDZdI8EAsFhbihqXmEDGIQ3Ub4roNR4qX8CmxUqqCCr+OAy3t0m1PVQbmx4AdskjCcmmQ+q5EMfSS27x1vbDp1M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736268481; c=relaxed/simple; bh=cvqRLuHBsga1aqimRGOF0V9OkCcRAupDB7uSQeD2pvw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=SazC/vz5zf1I1CxELxm3rhFWClkfcQASvEoYOacxtKlj+PWGx2HFEHd7jqpv57hh5R3sekLaHjP0oHsnp4rEo0cpgrQfIcx8EoD/CQe43h/5DVjVZ6+FkA68y/bW9PLihuH7fyN9sQYBZL9YiWSi2cAiu1sUIEdOo5+Kc6VVUHg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=OaWtVrsQ; 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="OaWtVrsQ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 58C84C4CEDD; Tue, 7 Jan 2025 16:48:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1736268481; bh=cvqRLuHBsga1aqimRGOF0V9OkCcRAupDB7uSQeD2pvw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OaWtVrsQB8LCx2DosiLvU4DBuTeP/tOlrvAvgEVwJL/nO+oymLnJ5pngdKLul0rW+ pJF+gG5/gwF9tVm0kDK9iqO4BcA5YoYVpjaUNRnFeQx2JGZPeyfzQF8l8JGNKsSCX7 PIBjexpjCSUeVPVWVmrTY1YjAfb5UQShp/lxj6LYXUl/CBs87V0nL8zg0p6JnUD9hh DiUnw6pSRHwPIbxHmRCsVB4HgNgDBZVaexNBAvjPAhrtf1RKzvB9YndFdzsw7eCbNG yg65edkwDKWBI9F+rlCoyIkSlQpGL/JP+fu5dCiJiS97ISkvCj7Fd/xtbkL/MbnaD2 VizKoV/EAcZVg== Date: Tue, 7 Jan 2025 09:47:58 -0700 From: Keith Busch To: Damien Le Moal Cc: linux-nvme@lists.infradead.org, Christoph Hellwig , Sagi Grimberg , linux-pci@vger.kernel.org, Manivannan Sadhasivam , Krzysztof =?iso-8859-1?Q?Wilczy=B4nski?= , Kishon Vijay Abraham I , Bjorn Helgaas , Lorenzo Pieralisi , Rick Wertenbroek , Niklas Cassel Subject: Re: [PATCH v9 00/18] NVMe PCI endpoint target driver Message-ID: References: <20250104045951.157830-1-dlemoal@kernel.org> Precedence: bulk X-Mailing-List: linux-pci@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250104045951.157830-1-dlemoal@kernel.org> On Sat, Jan 04, 2025 at 01:59:33PM +0900, Damien Le Moal wrote: > This patch series implements an NVMe target driver for the PCI transport > using the PCI endpoint framework. Thanks, applied to nvme-6.14.