RE: [PATCH 4/4] dispatcher: use alloca instead of vla multi dimensional

2024-04-06 Thread Morten Brørup
> From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > Sent: Thursday, 4 April 2024 19.15 > > RFC sample illustrating conversion of multi-dimensional VLA to use > alloca(). > > Signed-off-by: Tyler Retzlaff > --- > lib/dispatcher/rte_dispatcher.c | 6 +++--- > 1 file changed, 3 insertio

[PATCH 4/4] dispatcher: use alloca instead of vla multi dimensional

2024-04-04 Thread Tyler Retzlaff
RFC sample illustrating conversion of multi-dimensional VLA to use alloca(). Signed-off-by: Tyler Retzlaff --- lib/dispatcher/rte_dispatcher.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/dispatcher/rte_dispatcher.c b/lib/dispatcher/rte_dispatcher.c index 7934917