On Mon, 23 Dec 2024 13:10:33 -0800 Andre Muezerie <andre...@linux.microsoft.com> wrote:
> From: Andre Muezerie <andre...@linux.microsoft.com> > To: Vladimir Medvedkin <vladimir.medved...@intel.com> > Cc: dev@dpdk.org, Andre Muezerie <andre...@linux.microsoft.com> > 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 <andre...@linux.microsoft.com> Use regular malloc please. rte_malloc comes from hugepages which are more limited and slower to manipulate.