From 5a765c61278ab46879d08a83ea70f94135f6ddb5 Mon Sep 17 00:00:00 2001 From: Robert Baldyga Date: Fri, 19 Mar 2021 11:40:22 +0100 Subject: [PATCH] seq_cutoff: Fix max threshold value Signed-off-by: Robert Baldyga --- inc/ocf_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/ocf_def.h b/inc/ocf_def.h index 140b1b1..09af783 100644 --- a/inc/ocf_def.h +++ b/inc/ocf_def.h @@ -178,7 +178,7 @@ typedef enum { #define OCF_SEQ_CUTOFF_PERCORE_STREAMS 128 #define OCF_SEQ_CUTOFF_PERQUEUE_STREAMS 64 #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_MAX_PROMOTION_COUNT 65535