]> git.droids-corp.org - dpdk.git/blobdiff - examples/distributor/main.c
examples/ip_pipeline: add TTL stats command
[dpdk.git] / examples / distributor / main.c
index c01499307fc4d78dc46d0282b2eefe391b570717..c49d680bd0c88335aeb14f70070f11604dbc0e75 100644 (file)
@@ -17,8 +17,8 @@
 #include <rte_distributor.h>
 #include <rte_pause.h>
 
-#define RX_RING_SIZE 512
-#define TX_RING_SIZE 512
+#define RX_RING_SIZE 1024
+#define TX_RING_SIZE 1024
 #define NUM_MBUFS ((64*1024)-1)
 #define MBUF_CACHE_SIZE 128
 #define BURST_SIZE 64