From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.31, mailfrom: hao.a.wu@intel.com) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by groups.io with SMTP; Tue, 03 Sep 2019 20:38:02 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Sep 2019 20:38:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,465,1559545200"; d="scan'208";a="194568067" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga002.jf.intel.com with ESMTP; 03 Sep 2019 20:38:01 -0700 Received: from shsmsx154.ccr.corp.intel.com (10.239.6.54) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 3 Sep 2019 20:38:01 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.32]) by SHSMSX154.ccr.corp.intel.com ([169.254.7.195]) with mapi id 14.03.0439.000; Wed, 4 Sep 2019 11:37:59 +0800 From: "Wu, Hao A" To: "devel@edk2.groups.io" , Tyler Erickson CC: "Wu, Hao A" , "Ni, Ray" Subject: [PATCH v1 0/1] Allow any NSID value for NVMe admin commands Thread-Topic: [PATCH v1 0/1] Allow any NSID value for NVMe admin commands Thread-Index: AQHVYl60D2BMss67lkyzqKGgHIT17aca3yyA Date: Wed, 4 Sep 2019 03:37:59 +0000 Message-ID: References: <20190903135457.26560-1-tyler.j.erickson@seagate.com> In-Reply-To: <20190903135457.26560-1-tyler.j.erickson@seagate.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: hao.a.wu@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Repost the mail to the list. Best Regards, Hao Wu -----Original Message----- From: Tyler Erickson [mailto:tyler.j.erickson@seagate.com]=20 Sent: Tuesday, September 03, 2019 9:55 PM To: edk2-devel@lists.01.org Cc: Wu, Hao A; Ni, Ray Subject: [PATCH v1 0/1] Allow any NSID value for NVMe admin commands This patch is to allow issuing admin commands to NVMe devices with any valu= e for the NSID. Use cases for this are for DST commands, format commands, identify commands= , and get log page commands. Changing the NSID in these admin commands changes behavior on what data is = returned (controller wide versus individual namespace for logs), or changes what is formatted (a particular namespace versus all namespaces = on the controller), or changes what DST is testing (controller only, single namespace, or controller and all namesp= aces). Changes can be found here: https://github.com/vonericsen/edk2/tree/nvm_pass= thru_admin_any_NSID Cc: Hao A Wu Cc: Ray Ni Tyler Erickson (1): MdeModulePkg/NvmExpressDxe: Allow other NSIDs for Admin commands MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressPassthru.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --=20 2.17.1