Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
e00c5148
Commit
e00c5148
authored
Mar 25, 2021
by
Antoine Kaufmann
Browse files
dist/net_rdma: increase number of rx and tx buffers
parent
5b734dc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dist/rdma.c
dist/rdma.c
+2
-2
No files found.
dist/rdma.c
View file @
e00c5148
...
...
@@ -33,8 +33,8 @@
#include <unistd.h>
#define SENDQ_LEN (8 * 1024)
#define MSG_RXBUFS
16
#define MSG_TXBUFS
16
#define MSG_RXBUFS
512
#define MSG_TXBUFS
512
#define MAX_PEERS 32
struct
NetRdmaReportMsg
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment