bdev/compress: change inflight val to min required by QAT
QAT driver will not load with anything less than 128, may need to adjust after performance testing. Change-Id: I4949e6d97e7ed997d14b907dac00cc288dcc331b Signed-off-by: paul luse <paul.e.luse@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/456069 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
This commit is contained in:
parent
9fb414e2af
commit
831a2c5d1e
@ -53,7 +53,7 @@
|
||||
|
||||
/* TODO: valdiate these are good starting values */
|
||||
#define NUM_MAX_XFORMS 16
|
||||
#define NUM_MAX_INFLIGHT_OPS 64
|
||||
#define NUM_MAX_INFLIGHT_OPS 128
|
||||
#define DEFAULT_WINDOW_SIZE 15
|
||||
#define MAX_MBUFS_PER_OP 16
|
||||
#define CHUNK_SIZE (1024 * 16)
|
||||
|
Loading…
Reference in New Issue
Block a user