git: kernel - Distribute queues in rw-sep map.
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Jul 13 21:41:02 PDT 2016
commit 14676c8a5788ed47c69e1c32d9d078c6a997c52c
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Jul 13 21:38:31 2016 -0700
kernel - Distribute queues in rw-sep map.
* Instead of forcing all cpus to share the same submission queue in
the ncpus > nsubqs case, distribute available submission queues
to the cpus to try to reduce conflicts.
* Will also distribute available completion queues to the submission
queues.
Summary of changes:
sys/dev/disk/nvme/nvme_admin.c | 23 ++++++++++-------------
1 file changed, 10 insertions(+), 13 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/14676c8a5788ed47c69e1c32d9d078c6a997c52c
--
DragonFly BSD source repository
More information about the Commits
mailing list