[dpdk-dev] [PATCH] mempool: fix the inverted pg_num check on create

2015-08-16 Thread Dan Aloni
The rest of the code expects pg_num <= RTE_DIM(mp->elt_pa). Signed-off-by: Dan Aloni --- lib/librte_mempool/rte_mempool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_mempool/rte_mempool.c b/lib/librte_mempool/rte_mempool.c index 8e185c545479..edcfa8bf9cb1 10064

[dpdk-dev] Performance issues with Mellanox Connectx-3 EN

2015-08-16 Thread Gilad Berman
Xiaozhou, I will take this thread offline and mail you. I promise to post the solution back in the list for future reference. I do not want to spam everyone.. Thx! From: Xiaozhou Li [mailto:x...@cs.princeton.edu] Sent: Friday, August 14, 2015 7:11 AM To: Gilad Berman Cc: Xu, Qian Q ; dev at dp

[dpdk-dev] ISSUE IN rte_bitmap

2015-08-16 Thread Ariel Rodriguez
Hi , i am facing a issue regarding with the maximum amount of bits that the rte_bitmap allows. Example : bmp_mem_size = rte_bitmap_get_memory_footprint(4000); OK (bmp_mem_size==2101312 (size in bytes aligned). Around 2MB) but if i do this: bmp_mem_size = rte_bitmap_get_memory_footprint(42

[dpdk-dev] More performance comparisons on virtual switches

2015-08-16 Thread Jun Xiao
Hi All, Since?we?announced?CloudNetEngine?virtual?switch?technical?preview,?we?received?quite?a?few?very?good?suggestions/feedbacks?from?evaluation?customers,?thank?you?all! Today?we?release?CloudNetEngine?vSwitch?technical?preview?update?1,?which?includes?a?number?of?performance?improvements?over