Re: [PATCH v4 1/2] graph: fix graph functional tests with valid params

2023-07-10 Thread Jerin Jacob
On Mon, Jul 10, 2023 at 1:09 PM Zhirun Yan wrote: > > rte_graph_clone() should use valid param rather than NULL pointer, cause it rte_graph_clone() should use a valid param rather than NULL pointer as > needs the param for alloc work queue memory for mcore dispatch model in > graph_sched_wq_crea

[PATCH v4 1/2] graph: fix graph functional tests with valid params

2023-07-10 Thread Zhirun Yan
rte_graph_clone() should use valid param rather than NULL pointer, cause it needs the param for alloc work queue memory for mcore dispatch model in graph_sched_wq_create(). Fixes: 67e2303cd823 ("test/graph: add functional tests for mcore dispatch model") Signed-off-by: Zhirun Yan --- app/test/