Limit kernel-loops in straight-mode to 256, therefore allow rules to be stored in constant memory

This commit is contained in:
jsteube
2017-08-23 12:43:59 +02:00
parent 51372438fe
commit 1d04de3a8e
642 changed files with 2918 additions and 2828 deletions
+1 -5
View File
@@ -154,7 +154,7 @@ typedef enum amplifier_count
{
KERNEL_BFS = 1024,
KERNEL_COMBS = 1024,
KERNEL_RULES = 1024,
KERNEL_RULES = 256,
KERNEL_THREADS_MAX = 64,
KERNEL_THREADS_MAX_CPU = 1
@@ -872,10 +872,6 @@ typedef struct pw
u32 pw_len;
u32 alignment_placeholder_1;
u32 alignment_placeholder_2;
u32 alignment_placeholder_3;
} pw_t;
typedef struct bf