X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fqos_sched%2Fmain.h;h=8a2741c58a362b2f9d18ce8f3099667398215b8a;hb=912e603706c59f189fd8232a507b87954262e18b;hp=1c63d95dda052b625223cad64f77770ab9bf3cb9;hpb=3998e2a07220844d3f3c17f76a781ced3efe0de0;p=dpdk.git diff --git a/examples/qos_sched/main.h b/examples/qos_sched/main.h index 1c63d95dda..8a2741c58a 100644 --- a/examples/qos_sched/main.h +++ b/examples/qos_sched/main.h @@ -18,8 +18,8 @@ extern "C" { */ #define APP_INTERACTIVE_DEFAULT 0 -#define APP_RX_DESC_DEFAULT 128 -#define APP_TX_DESC_DEFAULT 256 +#define APP_RX_DESC_DEFAULT 1024 +#define APP_TX_DESC_DEFAULT 1024 #define APP_RING_SIZE (8*1024) #define NB_MBUF (2*1024*1024)