Created attachment 182021 [details] patch to add NVMe support to pass This patch adds IO pass-through support for NVMe to CAM for both administrative and NVM (a.k.a. "IO") commands. To differentiate between the command types, the patch adds a new function code XPT_NVME_ADMIN for administrative commands and uses the existing function code for NVM commands. Code reviewed https://reviews.freebsd.org/D10247
Created attachment 183788 [details] Updated patch based on review comments Updates the patch to address comments made in review https://reviews.freebsd.org/D10247
Committed in r320984 it seems? https://reviews.freebsd.org/rS320984
Yes, it has been committed. Do we want to MFC it to stable/11?
> Yes, it has been committed. Do we want to MFC it to stable/11? That seems reasonable to me, given that NVMe is going to continue to become more popular.
I believe mav@ MFC'd this in r328680 and this can be closed.