From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751919AbdFHHqX (ORCPT ); Thu, 8 Jun 2017 03:46:23 -0400 Received: from verein.lst.de ([213.95.11.211]:57461 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751887AbdFHHqU (ORCPT ); Thu, 8 Jun 2017 03:46:20 -0400 Date: Thu, 8 Jun 2017 09:46:13 +0200 From: Christoph Hellwig To: Johannes Thumshirn Cc: Christoph Hellwig , Sagi Grimberg , Keith Busch , Hannes Reinecke , Max Gurtovoy , Linux NVMe Mailinglist , Linux Kernel Mailinglist Subject: Re: [PATCH v6 07/10] nvme: get list of namespace descriptors Message-ID: <20170608074613.GF13953@lst.de> References: <20170607094536.32419-1-jthumshirn@suse.de> <20170607094536.32419-8-jthumshirn@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170607094536.32419-8-jthumshirn@suse.de> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 07, 2017 at 11:45:34AM +0200, Johannes Thumshirn wrote: > If a target identifies itself as NVMe 1.3 compliant, try to get the > list of Namespace Identification Descriptors and populate the UUID, > NGUID and EUI64 fileds in the NVMe namespace structure with these > values. > > Signed-off-by: Johannes Thumshirn > Reviewed-by: Hannes Reinecke Looks fine, Reviewed-by: Christoph Hellwig From mboxrd@z Thu Jan 1 00:00:00 1970 From: hch@lst.de (Christoph Hellwig) Date: Thu, 8 Jun 2017 09:46:13 +0200 Subject: [PATCH v6 07/10] nvme: get list of namespace descriptors In-Reply-To: <20170607094536.32419-8-jthumshirn@suse.de> References: <20170607094536.32419-1-jthumshirn@suse.de> <20170607094536.32419-8-jthumshirn@suse.de> Message-ID: <20170608074613.GF13953@lst.de> On Wed, Jun 07, 2017@11:45:34AM +0200, Johannes Thumshirn wrote: > If a target identifies itself as NVMe 1.3 compliant, try to get the > list of Namespace Identification Descriptors and populate the UUID, > NGUID and EUI64 fileds in the NVMe namespace structure with these > values. > > Signed-off-by: Johannes Thumshirn > Reviewed-by: Hannes Reinecke Looks fine, Reviewed-by: Christoph Hellwig