+9
−0
+10
−0
+8
−4
Loading
Some version of firmware on Intel SSDs exhibit poor performance with an IO queue size of 256 (the SPDK default). Add a quirk to account for this - and use the same size as the Linux driver (1024) instead. If the user specified a controller option to explicitly set the io_queue_size different than the default, the quirk will not take effect. Note that users can still override the io_queue_size when creating the qpair - this only changes the ctrlr's default io_queue_size. Signed-off-by:Jim Harris <james.r.harris@intel.com> Change-Id: Iff0f7ab9856fc18f226f7171e5109bb8fe430969 Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/432227 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com> Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Community-CI: Broadcom SPDK FC-NVMe CI <spdk-ci.pdl@broadcom.com> Community-CI: SPDK CI Jenkins <sys_sgci@intel.com>