From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751328AbdE3JZO (ORCPT ); Tue, 30 May 2017 05:25:14 -0400 Received: from verein.lst.de ([213.95.11.211]:60699 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750929AbdE3JZM (ORCPT ); Tue, 30 May 2017 05:25:12 -0400 Date: Tue, 30 May 2017 11:25:10 +0200 From: Christoph Hellwig To: Johannes Thumshirn Cc: Sagi Grimberg , Keith Busch , Christoph Hellwig , Linux NVMe Mailinglist , Linux Kernel Mailinglist Subject: Re: [PATCH 3/7] nvmet: add eui64 field to nvme_ns and populate via configfs Message-ID: <20170530092510.GB16736@lst.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Tue, May 30, 2017 at 10:08:18AM +0200, Johannes Thumshirn wrote: > Add the EUI-64 field from the NVMe Namespace Identification Descriptor > to the nvmet_ns structure and allow it's population via configfs. Is there any good use case for bothering with this identifier that's too short to actually be useful?