Commit 8c4a580b authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

lib/nicif: increase host-to-dev queue size

A bit too short for a fast qemu timing.
parent 8b2bf3ca
...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment