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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no 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 91F5AC4338F for ; Mon, 23 Aug 2021 08:02:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7B73361368 for ; Mon, 23 Aug 2021 08:02:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235403AbhHWIDS (ORCPT ); Mon, 23 Aug 2021 04:03:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52706 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235321AbhHWIDP (ORCPT ); Mon, 23 Aug 2021 04:03:15 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 63C59C061575 for ; Mon, 23 Aug 2021 01:02:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=0YHLZvLC/xYlfH0XYhEFmgV1nKxhlxOO7Z/IK6ZmpAI=; b=REOu/Y7RZTNXQ77H+7M7+0SGgN tucyMjIduGWdDmhUG2tZsD2ruCmikVvOzz8XJPUjNKM1K/fLVOYJDTA4qLC7kKjvlgHwg57YMH3Db pqvDyS+xn5dxRDGrgiD9PEBmym9/oygH8Hyq0TzlhLplHmW8DpWeOmflKzTAmXp7R1/bIc47dgiMP pMKLEJj4HwjEH3nbmFQu1X/EjPAAPf4QIrkSXRjLqR4Hyvt0KgPKWPQ7NIVc1xtRZyEZVigCzCshn 5/691P88KjKBkD1DDEolM9Y6w0x+hW3JspqGvMJ8ZokL0sEuwymZvQuFHTUDnHcpX0wTuD8nOss6u XvgnNlcw==; Received: from hch by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1mI4tu-009SLT-3t; Mon, 23 Aug 2021 08:02:00 +0000 Date: Mon, 23 Aug 2021 09:01:46 +0100 From: Christoph Hellwig To: Daniel Wagner Cc: linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org, James Smart , Keith Busch , Ming Lei , Sagi Grimberg , Hannes Reinecke , Wen Xiong , Himanshu Madhani Subject: Re: [PATCH v5 0/3] Handle update hardware queues and queue freeze more carefully Message-ID: References: <20210818120530.130501-1-dwagner@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210818120530.130501-1-dwagner@suse.de> X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Thanks, applied to nvme-5.15.