From mboxrd@z Thu Jan 1 00:00:00 1970 From: keith.busch@linux.intel.com (Keith Busch) Date: Tue, 19 Jun 2018 14:25:14 -0600 Subject: NVME-CLI : Fabrics property-get and 64 bit property (CAP) In-Reply-To: References: <20180619194802.GF19922@localhost.localdomain> Message-ID: <20180619202514.GG19922@localhost.localdomain> On Tue, Jun 19, 2018@11:00:00PM +0300, Eyal BenDavid wrote: > Does it mean that a user space program can't get the missing dword by > nvme-cli / ioctl ? Right, no way to get this back to user space through the ioctl. > Is there another way to get the information from user space? (e.g. > sysfs / proc / dmesg etc) Yeah, you should be able to see it if you've a recent enough kernel with event tracers enabled. First enable the tracing: echo 1 > /sys/kernel/debug/tracing/events/nvme/enable Then after running your nvme command, you should see the result with: cat /sys/kernel/debug/tracing/trace