aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/sfc_tweak.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/sfc/sfc_tweak.h')
-rw-r--r--drivers/net/sfc/sfc_tweak.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/sfc/sfc_tweak.h b/drivers/net/sfc/sfc_tweak.h
index 4ef7fc8b..fd2f75c3 100644
--- a/drivers/net/sfc/sfc_tweak.h
+++ b/drivers/net/sfc/sfc_tweak.h
@@ -53,4 +53,7 @@
/** Default free threshold follows recommendations from DPDK documentation */
#define SFC_TX_DEFAULT_FREE_THRESH 32
+/** Number of mbufs to be freed in bulk in a single call */
+#define SFC_TX_REAP_BULK_SIZE 32
+
#endif /* _SFC_TWEAK_H_ */