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
8c4a580b
Commit
8c4a580b
authored
Aug 26, 2021
by
Antoine Kaufmann
Browse files
lib/nicif: increase host-to-dev queue size
A bit too short for a fast qemu timing.
parent
8b2bf3ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lib/simbricks/nicif/nicif.c
lib/simbricks/nicif/nicif.c
+2
-2
No files found.
lib/simbricks/nicif/nicif.c
View file @
8c4a580b
...
@@ -36,10 +36,10 @@
...
@@ -36,10 +36,10 @@
#include "lib/simbricks/nicif/internal.h"
#include "lib/simbricks/nicif/internal.h"
#define D2H_ELEN (9024 + 64)
#define D2H_ELEN (9024 + 64)
#define D2H_ENUM
1024
#define D2H_ENUM
8192
#define H2D_ELEN (9024 + 64)
#define H2D_ELEN (9024 + 64)
#define H2D_ENUM
1024
#define H2D_ENUM
8192
#define D2N_ELEN (1536 + 64)
#define D2N_ELEN (1536 + 64)
#define D2N_ENUM 8192
#define D2N_ENUM 8192
...
...
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