eal: register log type and pick level from args
[dpdk.git] / examples / skeleton / basicfwd.c
index 339ea8e..e62cc0a 100644 (file)
@@ -10,8 +10,8 @@
 #include <rte_lcore.h>
 #include <rte_mbuf.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