nvme - Adjust queue mapping
commit34885004d742c0329cdb91c5e58fd35b1125e108
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 8 Jun 2016 01:17:14 +0000 (7 18:17 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 8 Jun 2016 01:17:14 +0000 (7 18:17 -0700)
treed152f55fd69cd2c16f81ba4df4646bc547d288a7
parent70394f3fc7eef7464f17a594fdb1761670f93860
nvme - Adjust queue mapping

* Add more fu to the manual page.

* Adjust queue mappings.  Get rid of the multi-priority read and write
  for the optimal mapping (4 queues per cpu).  Instead just have 2 (a read
  and a write queue), which allows the card to use an optimal mapping
  when 31 queues are supported.
share/man/man4/nvme.4
sys/dev/disk/nvme/nvme.c
sys/dev/disk/nvme/nvme.h
sys/dev/disk/nvme/nvme_admin.c
sys/dev/disk/nvme/nvme_disk.c