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
1f9d75ff
Commit
1f9d75ff
authored
Jun 08, 2020
by
Antoine Kaufmann
Browse files
condrum: reduce number of send queues from 8192 -> 256
This drastically speeds up the initialization of the kernel module
parent
488a7400
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
corundum/rtl/interface.v
corundum/rtl/interface.v
+1
-1
No files found.
corundum/rtl/interface.v
View file @
1f9d75ff
...
...
@@ -61,7 +61,7 @@ module interface #
// Event queue index width
parameter
EVENT_QUEUE_INDEX_WIDTH
=
5
,
/* this one is not explicitly set */
// Transmit queue index width
parameter
TX_QUEUE_INDEX_WIDTH
=
13
,
parameter
TX_QUEUE_INDEX_WIDTH
=
8
,
// Receive queue index width
parameter
RX_QUEUE_INDEX_WIDTH
=
8
,
// Transmit completion queue index width
...
...
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