From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH 0/3] Introduce a light-weight queue close feature To: Bart Van Assche , axboe@kernel.dk, ming.lei@redhat.com, bart.vanassche@wdc.com, sagi@grimberg.me, keith.busch@intel.com, jthumshirn@suse.de, jsmart2021@gmail.com Cc: linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, linux-nvme@lists.infradead.org References: <1536120586-3378-1-git-send-email-jianchao.w.wang@oracle.com> <1536162485.11534.3.camel@acm.org> From: "jianchao.wang" Message-ID: Date: Thu, 6 Sep 2018 09:35:09 +0800 MIME-Version: 1.0 In-Reply-To: <1536162485.11534.3.camel@acm.org> Content-Type: text/plain; charset=UTF-8 List-ID: Hi Bart On 09/05/2018 11:48 PM, Bart Van Assche wrote: >> The 3rd patch apply the queue close in nvme-pci to avoid the IO hang >> issue above. > Hello Jianchao, > > Is this patch series based on a theoretical concern or rather on something > you ran into? In the latter case, can you explain which scenario makes it > likely on your setup to encounter an NVMe timeout? It is a theoretical concern. But I think it is very obvious. It could be very easy to reproduce if simulate IO timeout in software. Thanks Jianchao