Added suggested padding to end of struct ccb_nvmeio
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Sep 13 2017
Aug 29 2017
Aug 28 2017
Aug 22 2017
Jul 7 2017
In D11433#238350, @imp wrote:While complete, this interface is a total PITA. End to end protection type 2 is what again? Oh, I have to go look in the standard to understand all these parameters?
Can we at least have a description of what's going on here? A table for each of the magic numbers?
Jul 1 2017
In D11433#236562, @imp wrote:Is this really format, or is it namespace provisioning? There's another set of name space provisioning patches that are also under review right now.
Jun 29 2017
Add back the requested goto
Jun 25 2017
Updated patch based on feedback, including:
- use CCB_CLEAR_ALL_EXCEPT_HDR instead of bzero
- restored goto's
- fixed a log message
Jun 20 2017
Jun 15 2017
v3 of the patch adds the missing changes to passmemsetup() and passdoioctl() as noted in the previous review.
Apr 26 2017
Removed ccb_getdev references and ifdef'd out quirk code in ndaregister
Apr 24 2017
Add full diff context per feedback.
Apr 23 2017
Fixed white-space problem with cam_ccb.h
Apr 7 2017
This is v2 of the patch based on feedback / discussions on freebsd-scsi to use different XPT op-codes for NVMe Admin and NVM commands instead of the original xflags approach.