X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=flowspec-xdp;a=blobdiff_plain;f=xdp.c;fp=xdp.c;h=29e2cf3e3f716e8f595d5905b00dee62ebdc66d5;hp=6c9a01ace9dfb81d7ffd07eebc596503217bd7fd;hb=0ac7dea853a16579072fe9d85cfc791226167491;hpb=14f8186f33558b42201be806e9725acd3d445182 diff --git a/xdp.c b/xdp.c index 6c9a01a..29e2cf3 100644 --- a/xdp.c +++ b/xdp.c @@ -196,7 +196,7 @@ struct { // Then we build an array of MAX_ENTRIES/2**SRC_HASH_MAX_PARALLELISM_POW entries, // which are split into buckets of size SRC_HASH_BUCKET_COUNT. An entry can appear // in any of the SRC_HASH_BUCKET_COUNT buckets at it's hash value. -#define SRC_HASH_MAX_PARALLELISM_POW 7 +#define SRC_HASH_MAX_PARALLELISM_POW 9 #define SRC_HASH_MAX_PARALLELISM (1 << SRC_HASH_MAX_PARALLELISM_POW) #define SRC_HASH_BUCKET_COUNT_POW 3 #define SRC_HASH_BUCKET_COUNT (1 << SRC_HASH_BUCKET_COUNT_POW)