X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest-pmd%2Ftestpmd.h;h=7e3beb61e9e16c63421c6aad57d8b612df65247b;hb=836853d3d4cf7b7dc111b1d4b5ce503423c66be5;hp=5839f93d202ac8f0eb66b0984dded00fbd3d6279;hpb=359f106a69a96a9a9e8778071a3a27f9e718135b;p=dpdk.git diff --git a/app/test-pmd/testpmd.h b/app/test-pmd/testpmd.h index 5839f93d20..7e3beb61e9 100644 --- a/app/test-pmd/testpmd.h +++ b/app/test-pmd/testpmd.h @@ -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))