]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pmd/testpmd.h
app/testpmd: increase default burst size to 32
[dpdk.git] / app / test-pmd / testpmd.h
index 5839f93d202ac8f0eb66b0984dded00fbd3d6279..7e3beb61e9e16c63421c6aad57d8b612df65247b 100644 (file)
@@ -63,7 +63,7 @@ int main(int argc, char **argv);
 #define RTE_MAX_SEGS_PER_PKT 255 /**< pkt.nb_segs is a 8-bit unsigned char. */
 
 #define MAX_PKT_BURST 512
-#define DEF_PKT_BURST 16
+#define DEF_PKT_BURST 32
 
 #define CACHE_LINE_SIZE_ROUNDUP(size) \
        (CACHE_LINE_SIZE * ((size + CACHE_LINE_SIZE - 1) / CACHE_LINE_SIZE))