seq_cutoff: Fix max threshold value
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
parent
5f77db5c85
commit
5a765c6127
@ -178,7 +178,7 @@ typedef enum {
|
|||||||
#define OCF_SEQ_CUTOFF_PERCORE_STREAMS 128
|
#define OCF_SEQ_CUTOFF_PERCORE_STREAMS 128
|
||||||
#define OCF_SEQ_CUTOFF_PERQUEUE_STREAMS 64
|
#define OCF_SEQ_CUTOFF_PERQUEUE_STREAMS 64
|
||||||
#define OCF_SEQ_CUTOFF_MIN_THRESHOLD 1
|
#define OCF_SEQ_CUTOFF_MIN_THRESHOLD 1
|
||||||
#define OCF_SEQ_CUTOFF_MAX_THRESHOLD 4194181
|
#define OCF_SEQ_CUTOFF_MAX_THRESHOLD 4294841344
|
||||||
#define OCF_SEQ_CUTOFF_MIN_PROMOTION_COUNT 1
|
#define OCF_SEQ_CUTOFF_MIN_PROMOTION_COUNT 1
|
||||||
#define OCF_SEQ_CUTOFF_MAX_PROMOTION_COUNT 65535
|
#define OCF_SEQ_CUTOFF_MAX_PROMOTION_COUNT 65535
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user