]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix queue depth for nda.
authorWarner Losh <imp@FreeBSD.org>
Wed, 20 Sep 2017 21:42:25 +0000 (21:42 +0000)
committerWarner Losh <imp@FreeBSD.org>
Wed, 20 Sep 2017 21:42:25 +0000 (21:42 +0000)
commit5fff95cc1d492877a7fc3f26ac47b590a6a12dbc
tree25394711a54dcea88f52e1663a5f745c5988c6d3
parent2c62ba737707294f6bc4b6b31a73967ec63df003
Fix queue depth for nda.

1/4 of the number of queues times queue entries is too limiting. It
works up to about 4k IOPS / 3.0GB/s for hardware that can do
4.4k/3.2GB/s with nvd. 3/4 works better, though it highlights issues
in the fairness of nda's choice of TRIM vs READ. That will be fixed
separately.
sys/dev/nvme/nvme_ctrlr.c