[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

[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

[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 =

[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!

[dpdk-dev] [PATCH] doc: announce ABI change for librte_pipeline

2015-08-16 Thread Thomas Monjalon
> > Signed-off-by: Cristian Dumitrescu > > Acked-by: Jasvinder Singh Applied, thanks

[dpdk-dev] [PATCH v2] announce ABI change for librte_table

2015-08-16 Thread Thomas Monjalon
> > v2 changes: > > -changed item on LPM table to add LPM IPv6 -removed item for ACL table > > and replaced with item on table ops -added item for hash tables > > > > Signed-off-by: Cristian Dumitrescu > > --- > > Acked-by: Jasvinder Singh Applied, thanks

[dpdk-dev] [PATCH v2] doc: announce ABI change for librte_port

2015-08-16 Thread Thomas Monjalon
> > v2 changes: > > -text simplification > > > > Signed-off-by: Cristian Dumitrescu > > --- > > Acked-by: Jasvinder Singh Applied, thanks