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 X-Spam-Level: X-Spam-Status: No, score=-9.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B59B9C433DB for ; Wed, 27 Jan 2021 11:00:15 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3FCBB20724 for ; Wed, 27 Jan 2021 11:00:15 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3FCBB20724 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-nvme-bounces+linux-nvme=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=tVPptV8lmLbzW5QhkV/lkKDB4/0S6rNtpX6TFhoiRr4=; b=KDmJvuvIkB5cl2KWtN3Lnzoj0 eyFGjy+U7LoL56cTcw5UJMAAtUKy/c59Lq66yIBCAhnVtF2n808/sEntSeKEdk6n6DMCY5hFV3UjZ Na4dMcdys35fWsY3rOgPBXzKPhXevvmtrOlYc4zgybcvpHtVFq+MVlInjo4eQWRANDFoq9YXPTpq+ OPll1bJQU6JIcGY3wMAr2iKR/peR+sP1oHJPInaq5110TJm7erFI3fB9H18yR/2nzDDJK4YVMJTxI m3cJEB9Qe9/Qe5GlmKNF3safZUf6681c/qW5XikzX/UJETB1lPpbkXF8NcdBQfcxi6Vzqe2fiWo7C TT545ZExQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l4iYC-0003A1-LL; Wed, 27 Jan 2021 10:59:52 +0000 Received: from mx2.suse.de ([195.135.220.15]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l4iYA-00038m-M8 for linux-nvme@lists.infradead.org; Wed, 27 Jan 2021 10:59:51 +0000 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 7568CAD2B; Wed, 27 Jan 2021 10:59:49 +0000 (UTC) Date: Wed, 27 Jan 2021 11:59:49 +0100 From: Daniel Wagner To: Hannes Reinecke Subject: Re: [PATCH 2/5] nvme-fc: set NVME_REQ_CANCELLED in nvme_fc_terminate_exchange() Message-ID: <20210127105949.yjwazlyif4eifvpt@beryllium.lan> References: <20210127103326.16191-1-hare@suse.de> <20210127103326.16191-3-hare@suse.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210127103326.16191-3-hare@suse.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210127_055950_918768_A50DAD65 X-CRM114-Status: GOOD ( 12.34 ) X-BeenThere: linux-nvme@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: James Smart , linux-nvme@lists.infradead.org, Christoph Hellwig , Keith Busch , Sagi Grimberg Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-nvme" Errors-To: linux-nvme-bounces+linux-nvme=archiver.kernel.org@lists.infradead.org On Wed, Jan 27, 2021 at 11:33:23AM +0100, Hannes Reinecke wrote: > nvme_fc_terminate_exchange() is being called when exchanges are > being deleted, and as such we should be setting the NVME_REQ_CANCELLED > flag to have identical behaviour on all transports. > > Signed-off-by: Hannes Reinecke Reviewed-by: Daniel Wagner _______________________________________________ Linux-nvme mailing list Linux-nvme@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-nvme