summaryrefslogtreecommitdiff
path: root/sysadpt.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysadpt.h')
-rw-r--r--sysadpt.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysadpt.h b/sysadpt.h
index bf8f3bd..0f6ab4f 100644
--- a/sysadpt.h
+++ b/sysadpt.h
@@ -40,7 +40,9 @@
#define SYSADPT_MAX_NUM_TX_DESC 256
-#define SYSADPT_TX_QUEUE_LIMIT 1024
+#define SYSADPT_TX_QUEUE_LIMIT (3 * SYSADPT_MAX_NUM_TX_DESC)
+
+#define SYSADPT_TX_WAKE_Q_THRESHOLD (2 * SYSADPT_MAX_NUM_TX_DESC)
#define SYSADPT_DELAY_FREE_Q_LIMIT SYSADPT_MAX_NUM_TX_DESC