Re: [dpdk-dev] [PATCH 08/41] eal: make malloc free return resulting malloc element

2018-03-20 Thread Burakov, Anatoly
On 19-Mar-18 5:34 PM, Olivier Matz wrote: On Sat, Mar 03, 2018 at 01:45:56PM +, Anatoly Burakov wrote: Signed-off-by: Anatoly Burakov --- lib/librte_eal/common/malloc_elem.c | 4 ++-- lib/librte_eal/common/malloc_elem.h | 2 +- lib/librte_eal/common/malloc_heap.c | 4 ++-- 3 files chan

Re: [dpdk-dev] [PATCH 08/41] eal: make malloc free return resulting malloc element

2018-03-19 Thread Olivier Matz
On Sat, Mar 03, 2018 at 01:45:56PM +, Anatoly Burakov wrote: > Signed-off-by: Anatoly Burakov > --- > lib/librte_eal/common/malloc_elem.c | 4 ++-- > lib/librte_eal/common/malloc_elem.h | 2 +- > lib/librte_eal/common/malloc_heap.c | 4 ++-- > 3 files changed, 5 insertions(+), 5 deletions(-)

[dpdk-dev] [PATCH 08/41] eal: make malloc free return resulting malloc element

2018-03-03 Thread Anatoly Burakov
Signed-off-by: Anatoly Burakov --- lib/librte_eal/common/malloc_elem.c | 4 ++-- lib/librte_eal/common/malloc_elem.h | 2 +- lib/librte_eal/common/malloc_heap.c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/librte_eal/common/malloc_elem.c b/lib/librte_eal/common/ma