Best way to exercise NVME ioctls
Keith Busch
keith.busch at intel.com
Mon Aug 26 11:01:21 EDT 2013
On Sun, 25 Aug 2013, Prasad Joshi wrote:
> Hi All,
>
> I am doing experiments with nvme linux driver. I would like to write
> some sample programs which uses nvme ioctls. Specifically I wanted to
> invoke identify command to start with. nvme.h header file contains two
> structures "nvme_admin_cmd" and "nvme_identify", both seem to be
> identical.
I put some basic user programs up on another repository at
http://git.infradead.org/users/kbusch/nvme-user.git
It is very basic stuff; the programs there just run an nvme command
through the ioctl and print the data in more-or-less human readable
form.
More information about the Linux-nvme
mailing list