nvme: increase number of NVME_ADMIN_TRACKERS

Change-Id: I9f5ef187b70a61eda8f0d16677dd5cbe4e4fa3c2
Signed-off-by: GangCao <gang.cao@intel.com>
This commit is contained in:
GangCao 2016-11-22 04:14:56 -05:00 committed by Jim Harris
parent 7d5bcb4893
commit 022b8a6df4

View File

@ -38,7 +38,7 @@
#include "nvme_internal.h" #include "nvme_internal.h"
#define NVME_ADMIN_ENTRIES (128) #define NVME_ADMIN_ENTRIES (128)
#define NVME_ADMIN_TRACKERS (16) #define NVME_ADMIN_TRACKERS (64)
/* /*
* NVME_IO_ENTRIES defines the size of an I/O qpair's submission and completion * NVME_IO_ENTRIES defines the size of an I/O qpair's submission and completion