]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/sfc/sfc_tweak.h
net/mlx5: allocate verbs object into shared memory
[dpdk.git] / drivers / net / sfc / sfc_tweak.h
index 4ef7fc8b41796c33293b5261795522f4dbd44b39..fd2f75c3e62793f67527d0bf63be86b2b53f6035 100644 (file)
@@ -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_ */