Re: [dpdk-dev] [PATCH 07/13] eal: replace rte_panic instances in rte_malloc
On 04-Apr-18 12:27 PM, Arnon Warshavsky wrote: replace panic calls with log and retrun value. Signed-off-by: Arnon Warshavsky --- Acked-by: Anatoly Burakov -- Thanks, Anatoly
[dpdk-dev] [PATCH 07/13] eal: replace rte_panic instances in rte_malloc
replace panic calls with log and retrun value. Signed-off-by: Arnon Warshavsky --- lib/librte_eal/common/rte_malloc.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/librte_eal/common/rte_malloc.c b/lib/librte_eal/common/rte_malloc.c index e0e0d0b..34d438a 100644