Re: [dpdk-dev] [PATCH] app/compress-perf: fix memory deallocation issue

2019-09-19 Thread Akhil Goyal
> > This patch fixes the memory deallocation issue which happened > after unsuccessful allocation (e.g. due to the out of memory) > and produced the segmentation fault. > > Fixes: 424dd6c8c1 ("app/compress-perf: add weak functions for multicore > test") > > Signed-off-by: Adam Dybkowski > --- A

Re: [dpdk-dev] [PATCH] app/compress-perf: fix memory deallocation issue

2019-09-09 Thread Trybula, ArturX
This patch fixes the memory deallocation issue which happened after unsuccessful allocation (e.g. due to the out of memory) and produced the segmentation fault. Fixes: 424dd6c8c1 ("app/compress-perf: add weak functions for multicore test") Signed-off-by: Adam Dybkowski Acked-by: Artur Trybula

[dpdk-dev] [PATCH] app/compress-perf: fix memory deallocation issue

2019-08-06 Thread Adam Dybkowski
This patch fixes the memory deallocation issue which happened after unsuccessful allocation (e.g. due to the out of memory) and produced the segmentation fault. Fixes: 424dd6c8c1 ("app/compress-perf: add weak functions for multicore test") Signed-off-by: Adam Dybkowski --- app/test-compress-per