[dpdk-dev] [PATCH 2/3] app/testpmd: increase rx and tx default ring sizes

2018-01-12 Thread Kevin Laatz
Increase the default RX/TX ring sizes to 1024/1024 to accommodate for NICs with higher throughput (25G, 40G etc) Signed-off-by: Kevin Laatz --- v2: - fixed typo in commit message - fixed typo in Cc email address Cc: wenzhuo...@intel.com Cc: jingjing...@intel.com --- app/test-pmd/testpm

[dpdk-dev] [PATCH 2/3] app/testpmd: increase rx and tx default ring sizes

2018-01-11 Thread Kevin Laatz
Increase the default RX/TX ring sizes to 1024/1024 to accomodate for NICs with higher throughput (25G, 40G etc) Signed-off-by: Kevin Laatz --- Cc: wenzhou...@intel.com Cc: jingjing...@intel.com --- app/test-pmd/testpmd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ap