Skip to content

Commit

Permalink
update conflux parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
yiwenzhang92 committed Feb 11, 2019
1 parent 30b6711 commit 4e5d635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libmlx5-41mlnx1/src/mlx5.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
#define SPLIT_CHUNK_SIZE 1000000 //// Default Split Chunk Size; Need to be equal or less than the initial chunk size that pacer sets.
//#define SPLIT_CHUNK_SIZE 10000 //// Default Split Chunk Size; Need to be equal or less than the initial chunk size that pacer sets.
#define MIN_SPLIT_CHUNK_SIZE 2048 //// A minimun chunk size that everybody knows and assumes.
//#define SPLIT_CHUNK_SIZE 1048576 //// Default Split Chunk Size; Need to be equal or less than the initial chunk size that pacer sets.
//#define SPLIT_CHUNK_SIZE 10485760 //// Default Split Chunk Size; Need to be equal or less than the initial chunk size that pacer sets.
#define MANUAL_SPLIT_QPN_DIFF 1 //// manually set (guess) split qpn/psn or general approcah
#define SPLIT_QP_NUM_DIFF 1 //// DC if MANUAL_SPLIT is off
#define SPLIT_USE_EVENT 1 //// event-triggered polling for splitting
Expand All @@ -71,7 +71,7 @@
#define RR_BUFFER_INIT_CAP 1000
#define CPU_FRIENDLY //// Don't not use busy-wait checking for "pending" in shared memory. Use UDS with token enforcement.
#define SPLIT_BIG_CHUNK_SIZE 1000000 //// The big chunk size used in CPU_FRIENDLY version. Should be consistent with the value used in Pacer.
//#define SPLIT_BIG_CHUNK_SIZE 1048576 //// The big chunk size used in CPU_FRIENDLY version. Should be consistent with the value used in Pacer.
//#define SPLIT_BIG_CHUNK_SIZE 10485760 //// The big chunk size used in CPU_FRIENDLY version. Should be consistent with the value used in Pacer.
////

#ifdef __GNUC__
Expand Down

0 comments on commit 4e5d635

Please sign in to comment.