From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (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 3D8A61A070F for ; Mon, 24 Jun 2024 17:54:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.11.211 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719251649; cv=none; b=lWh8BIqVgiGaSvUpI4x+d/Q8YMTMFdjy1vjmuFbPHoahK181/ypEdlaQYzTj3eQLn/egG/tUREKtPsqjSrm2yvODJeCUAEEhyl1wkfEg8/ZjJZWZZhRxG7pMWfLblszzXc+A9EimgM+kwLKk8QSbsfDcq0KIQdEtugLPK9UYIso= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719251649; c=relaxed/simple; bh=eZISsWq+Zbh1zUlkNXNx3aK3v1zGbcqMb+n5yJw8Ft8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ONdNs6491DvqoC7J+kramgMXudRjmrCjkYctZXdqIMpFG2a50wdA4tv6QTnFiSi+MePzskZfp540C7MLm+cWrqqmBGQZ/rT6TAG54KVKQXIatKTuYeY3XnZ4KG89h/7x3ZhXbQV7oaOtHOeaEHAVn5K0ktufikMxuA+DKXQl7Uw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de; spf=pass smtp.mailfrom=lst.de; arc=none smtp.client-ip=213.95.11.211 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id C03B068CFE; Mon, 24 Jun 2024 19:54:01 +0200 (CEST) Date: Mon, 24 Jun 2024 19:54:01 +0200 From: Christoph Hellwig To: John Meneghini Cc: Christoph Hellwig , kbusch@kernel.org, sagi@grimberg.me, linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org, emilne@redhat.com, jrani@purestorage.com, randyj@purestorage.com, chaitanyak@nvidia.com, hare@kernel.org Subject: Re: [PATCH v7 1/1] nvme-multipath: implement "queue-depth" iopolicy Message-ID: <20240624175401.GA24863@lst.de> References: <20240619163503.500844-1-jmeneghi@redhat.com> <20240619163503.500844-2-jmeneghi@redhat.com> <20240620065641.GA22113@lst.de> <20240624084627.GA20032@lst.de> <59921b0a-1e16-4f39-bdda-9e11ba2edbbd@redhat.com> Precedence: bulk X-Mailing-List: linux-kernel@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: <59921b0a-1e16-4f39-bdda-9e11ba2edbbd@redhat.com> User-Agent: Mutt/1.5.17 (2007-11-01) On Mon, Jun 24, 2024 at 01:50:21PM -0400, John Meneghini wrote: >> Having the identification as the prefixe seems easier to parse >> and grep for. > > To be clear Christoph, your saying you'd like the NQN in the prefix of the dmesg? Yes.