Re: [PATCH] test/graph: initialize graph param variable

2023-02-07 Thread David Marchand
On Fri, Feb 3, 2023 at 9:49 AM Amit Prakash Shukla wrote: > > Initializing rte_graph_param variable with 0 to avoid any > garbage value in structure elements which are not populated > as part of this function. Something looks strange to me. I fail to see which part of this object is not initialis

Re: [PATCH] test/graph: initialize graph param variable

2023-02-06 Thread Jerin Jacob
On Fri, Feb 3, 2023 at 2:19 PM Amit Prakash Shukla wrote: > > Initializing rte_graph_param variable with 0 to avoid any > garbage value in structure elements which are not populated > as part of this function. > > Signed-off-by: Amit Prakash Shukla Acked-by: Jerin Jacob > --- > app/test/test

[PATCH] test/graph: initialize graph param variable

2023-02-03 Thread Amit Prakash Shukla
Initializing rte_graph_param variable with 0 to avoid any garbage value in structure elements which are not populated as part of this function. Signed-off-by: Amit Prakash Shukla --- app/test/test_graph_perf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/test/test_grap