提交 028d7254 编写于 作者: I Ignacio Hernandez 提交者: Greg Kroah-Hartman

staging/rdma/hfi1: Increase SDMA descriptor queue size

A value of 2048 increased PSM performance while not impacting verbs
performance.
Reviewed-by: NMike Marciniszyn <mike.marciniszyn@intel.com>
Reviewed-by: NMitko Haralanov <mitko.haralanov@intel.com>
Signed-off-by: NIgnacio Hernandez <ignacio.hernandez@intel.com>
Signed-off-by: NIra Weiny <ira.weiny@intel.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 ee947859
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
#include "trace.h" #include "trace.h"
/* must be a power of 2 >= 64 <= 32768 */ /* must be a power of 2 >= 64 <= 32768 */
#define SDMA_DESCQ_CNT 1024 #define SDMA_DESCQ_CNT 2048
#define SDMA_DESC_INTR 64 #define SDMA_DESC_INTR 64
#define INVALID_TAIL 0xffff #define INVALID_TAIL 0xffff
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册