From mboxrd@z Thu Jan 1 00:00:00 1970 From: keith.busch@intel.com (Keith Busch) Date: Tue, 8 Aug 2017 03:29:52 -0400 Subject: [PATCH v2 00/13] mpt3sas driver NVMe support: In-Reply-To: References: <1500038560-11231-1-git-send-email-suganath-prabu.subramani@broadcom.com> <20170805135353.GA7526@infradead.org> <1501944129.3649.9.camel@HansenPartnership.com> <0ada8680ebfeb026662d858ec2b38ef4@mail.gmail.com> <1502115492.2841.20.camel@HansenPartnership.com> <1502120725.2841.28.camel@HansenPartnership.com> <20170808040449.GE842@localhost.localdomain> Message-ID: <20170808072952.GB9938@localhost.localdomain> On Tue, Aug 08, 2017@12:33:40PM +0530, Sreekanth Reddy wrote: > On Tue, Aug 8, 2017@9:34 AM, Keith Busch wrote: > > > > It looks like they can make existing nvme tooling work with little > > effort if they have the driver implement NVME_IOCTL_ADMIN_COMMAND, and > > Precisely, I was thinking on the same line and you clarified. I will > spend sometime on this and get back to you. Sounds good. Just note that while the majority of NVMe management should be reachable with just that IOCTL, some tooling features may not work correctly since they look for /dev/nvmeX, and I assume this driver will create /dev/sdX instead.