Commit 1f9d75ff authored by Antoine Kaufmann's avatar 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
...@@ -61,7 +61,7 @@ module interface # ...@@ -61,7 +61,7 @@ module interface #
// Event queue index width // Event queue index width
parameter EVENT_QUEUE_INDEX_WIDTH = 5, /* this one is not explicitly set */ parameter EVENT_QUEUE_INDEX_WIDTH = 5, /* this one is not explicitly set */
// Transmit queue index width // Transmit queue index width
parameter TX_QUEUE_INDEX_WIDTH = 13, parameter TX_QUEUE_INDEX_WIDTH = 8,
// Receive queue index width // Receive queue index width
parameter RX_QUEUE_INDEX_WIDTH = 8, parameter RX_QUEUE_INDEX_WIDTH = 8,
// Transmit completion queue index width // Transmit completion queue index width
......
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