From f9aa3b227ae6104d1848fda2e10babaa6e205221 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Wed, 14 Mar 2012 18:41:51 +0100 Subject: [PATCH] CSQ's article suggest SUB_SLOTS should be 64. --- communication_techniques/include/csq_common_comm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/communication_techniques/include/csq_common_comm.h b/communication_techniques/include/csq_common_comm.h index 076721c..1c136bd 100644 --- a/communication_techniques/include/csq_common_comm.h +++ b/communication_techniques/include/csq_common_comm.h @@ -5,7 +5,7 @@ #include #ifndef BUF_SIZE -#define BUF_SIZE CACHE_LINE_SIZE +#define BUF_SIZE (64 * CACHE_LINE_SIZE) #endif #ifndef SLOTS