[dpdk-dev] [PATCH] Correctly handle malloc_elem resize with padding

2017-05-30 Thread Jamie Lavigne
computing where to split the malloc_elem. Signed-off-by: Jamie Lavigne --- lib/librte_eal/common/malloc_elem.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/librte_eal/common/malloc_elem.c b/lib/librte_eal/common/malloc_elem.c index 42568e1..2ed1942 100644 --- a/lib

[dpdk-dev] [PATCH v2] Correctly handle malloc_elem resize with padding

2017-05-30 Thread Jamie Lavigne
computing where to split the malloc_elem. Signed-off-by: Jamie Lavigne --- lib/librte_eal/common/malloc_elem.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/librte_eal/common/malloc_elem.c b/lib/librte_eal/common/malloc_elem.c index 42568e1..8766fa8 100644 --- a/lib

[dpdk-dev] [PATCH v3] mem: fix malloc_elem resize with padding

2017-06-08 Thread Jamie Lavigne
computing where to split the malloc_elem. Fixes: af75078fece3 ("first public release") Signed-off-by: Jamie Lavigne --- lib/librte_eal/common/malloc_elem.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/lib/librte_eal/common/malloc_elem.c b/lib/librte_