]> git.droids-corp.org - dpdk.git/blobdiff - examples/flow_classify/flow_classify.c
examples: increase default ring sizes to 1024
[dpdk.git] / examples / flow_classify / flow_classify.c
index ac272359f244bb2c531b1757d930571b1bc828cd..32d9b1d3011f6f5fe22c65cd9dbe31139a9fb423 100644 (file)
@@ -15,8 +15,8 @@
 #include <rte_flow_classify.h>
 #include <rte_table_acl.h>
 
-#define RX_RING_SIZE 128
-#define TX_RING_SIZE 512
+#define RX_RING_SIZE 1024
+#define TX_RING_SIZE 1024
 
 #define NUM_MBUFS 8191
 #define MBUF_CACHE_SIZE 250