From d31af0a325ca4ff8e57b8616ab2228913df369ad Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 6 Mar 2015 12:56:13 -0700 Subject: [PATCH] NVMe: increase depth of admin queue Usually the admin queue depth of 64 is plenty, but for some use cases we really need it larger. Examples are use cases like MAT, where you have to touch all of NAND for init/format like purposes. In those cases, we see a good 2x increase with an increased queue depth. Signed-off-by: Jens Axboe Acked-by: Keith Busch --- Reading git-format-patch failed