examples/ip_pipeline: add tap object
[dpdk.git] / examples / multi_process / l2fwd_fork / main.c
index 2e56cc4..bc9ceb5 100644 (file)
@@ -68,8 +68,8 @@ enum l2fwd_cmd{
 /*
  * Configurable number of RX/TX ring descriptors
  */
-#define RTE_TEST_RX_DESC_DEFAULT 128
-#define RTE_TEST_TX_DESC_DEFAULT 512
+#define RTE_TEST_RX_DESC_DEFAULT 1024
+#define RTE_TEST_TX_DESC_DEFAULT 1024
 static uint16_t nb_rxd = RTE_TEST_RX_DESC_DEFAULT;
 static uint16_t nb_txd = RTE_TEST_TX_DESC_DEFAULT;