From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0E1A0D13570 for ; Mon, 28 Oct 2024 09:47:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date: Message-ID:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=AgLFjdmindLg/xTX7SbfPgVBhfYQM2FIZR4gLClGaRA=; b=yX4X2MZjO7uNUD/yiyIrgVyPUF P/UvOOqJkMqBGvv0/10mGktivZ9NSwqusTOeXuM4P9gJnT2519ffalfhtn2ds++U5735ARLOzjcl8 iS59i+XY4B2h03xIVE3ia/GZ1d0xL90odk5s3RqaIDwj9xFUrpPDfEEsse9dSYXARl83jdPiWAHX7 71TCAmFePuRwMJGH+I240ERjsweJfEsjPuxTGCMr7pZ6yuaUq9yUMRPFXwRVw4iD3YJ2UwI0ogmoX Qq5O+tVXK/BT/MbXzoXRO04yP0tTKfizZzsNRgakHESGxw6ET55CVF6C4U4pbFq0MFbK9dmUomQ3X S2tDAI/w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1t5MLb-0000000AHr8-1qF5; Mon, 28 Oct 2024 09:47:39 +0000 Received: from out30-101.freemail.mail.aliyun.com ([115.124.30.101]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1t5M7i-0000000AFNV-3Vyj for linux-nvme@lists.infradead.org; Mon, 28 Oct 2024 09:33:21 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1730107995; h=Message-ID:Date:MIME-Version:Subject:To:From:Content-Type; bh=AgLFjdmindLg/xTX7SbfPgVBhfYQM2FIZR4gLClGaRA=; b=f0mTBrFdGwq+QRdnmCyX1gEmvMgWRgQu5oOpZ4aSF5EiSWjs1vA/xvBP99qd78wWCl2tmAUAxP2L8B0FDkPku6XqfiNOGhMruj28tdDudtSS999sLg2WGwqmc2uCcyftHYy3o7sWBges3LFjB3UxS9NlKvQgTfRk0YT+80LOcec= Received: from 30.178.82.56(mailfrom:kanie@linux.alibaba.com fp:SMTPD_---0WI24eVs_1730107991 cluster:ay36) by smtp.aliyun-inc.com; Mon, 28 Oct 2024 17:33:12 +0800 Message-ID: <1b8af79c-78bc-46de-a9c7-2cb5bb2cb1b9@linux.alibaba.com> Date: Mon, 28 Oct 2024 17:33:10 +0800 MIME-Version: 1.0 User-Agent: =?UTF-8?B?TW96aWxsYSBUaHVuZGVyYmlyZCDmtYvor5XniYg=?= Subject: Re: [PATCH v19 0/2] Implement the NVMe reservation feature To: Sagi Grimberg , Christoph Hellwig Cc: kch@nvidia.com, shinichiro.kawasaki@wdc.com, d.bogdanov@yadro.com, linux-nvme@lists.infradead.org References: <20241028015844.111210-1-kanie@linux.alibaba.com> <20241028085543.GB27771@lst.de> <3489ffea-05cc-40af-ad61-63750ecc7923@grimberg.me> From: Guixin Liu In-Reply-To: <3489ffea-05cc-40af-ad61-63750ecc7923@grimberg.me> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241028_023319_572191_D0CF886C X-CRM114-Status: UNSURE ( 8.09 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-nvme@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-nvme" Errors-To: linux-nvme-bounces+linux-nvme=archiver.kernel.org@lists.infradead.org 在 2024/10/28 17:14, Sagi Grimberg 写道: > > > > >> FYI, the series still looks good to me. > > Looks good to me as well, Thanks, could you please reply a reviewed-by Sagi? If there is no problem now. Best Regards, Guixin Liu > > Did you try to use it with your recent pnfs-nvme support?