Print this page
NEX-8020 illumos nvme changes
Reviewed by: Dan Fields <dan.fields@nexenta.com>
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
NEX-5192 Samsung SSD SM951-NVMe shows checksum errors
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
NEX-5791 support NVMe volatile write cache
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
NEX-4978 enable nvme driver for all NVMe devices
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
NEX-2182 need driver for Intel NVM Express (nvme) (preview)
Reviewed by: Dan Fields <dan.fields@nexenta.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/nvme/nvme.conf
          +++ new/usr/src/uts/common/io/nvme/nvme.conf
↓ open down ↓ 7 lines elided ↑ open up ↑
   8    8  # http://www.illumos.org/license/CDDL.
   9    9  #
  10   10  #
  11   11  # Copyright 2016 Nexenta Systems, Inc. All rights reserved.
  12   12  #
  13   13  
  14   14  #
  15   15  # The driver was tested only against devices supporting v1.0 of the
  16   16  # NVMe specification. Uncomment this to be able to use devices conforming
  17   17  # to newer specifications.
  18      -#strict-version=0;
       18 +strict-version=0;
  19   19  
  20   20  #
  21   21  # The driver does currently not support any vendor specific extension to the
  22   22  # specification. By default it will fault the device if it receives a vendor-
  23   23  # specific command status. Uncomment this to disable this behaviour.
  24   24  #ignore-unknown-vendor-status=1;
  25   25  
  26   26  #
  27   27  # The maximum length of the admin queue can be overridden here (16-4096).
  28   28  #admin-queue-len=256;
↓ open down ↓ 21 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX