]> git.droids-corp.org - dpdk.git/blobdiff - examples/exception_path/main.c
examples: increase default ring sizes to 1024
[dpdk.git] / examples / exception_path / main.c
index dec5251556131820d4dfe2aaec95af95c8f22a28..280a50451a35a82b775f368c4c64c7d442bd6257 100644 (file)
 #define MEMPOOL_CACHE_SZ        PKT_BURST_SZ
 
 /* Number of RX ring descriptors */
-#define NB_RXD                  128
+#define NB_RXD                  1024
 
 /* Number of TX ring descriptors */
-#define NB_TXD                  512
+#define NB_TXD                  1024
 
 /*
  * RX and TX Prefetch, Host, and Write-back threshold values should be