usertools/devbind: fix kernel module reporting
[dpdk.git] / examples / qos_meter / main.c
index dc651f6..f0f9bca 100644 (file)
@@ -71,8 +71,8 @@ static struct rte_eth_conf port_conf = {
        },
 };
 
-#define NIC_RX_QUEUE_DESC               128
-#define NIC_TX_QUEUE_DESC               512
+#define NIC_RX_QUEUE_DESC               1024
+#define NIC_TX_QUEUE_DESC               1024
 
 #define NIC_RX_QUEUE                    0
 #define NIC_TX_QUEUE                    0