On Mon, 23 Dec 2024 13:10:33 -0800
Andre Muezerie <[email protected]> wrote:

> From: Andre Muezerie <[email protected]>
> To: Vladimir Medvedkin <[email protected]>
> Cc: [email protected],  Andre Muezerie <[email protected]>
> Subject: [PATCH] app/test: fix stack overflow in fib6_perf_autotest
> Date: Mon, 23 Dec 2024 13:10:33 -0800
> X-Mailer: git-send-email 1.8.3.1
> 
> Test fib6_perf_autotest was hitting a stack overflow on Windows
> with MSVC.
> 
> The fix is to move some of the data from the stack to the heap.
> 
> Signed-off-by: Andre Muezerie <[email protected]>

Use regular malloc please.
rte_malloc comes from hugepages which are more limited and slower to manipulate.

Reply via email to