On Mon, Jul 10, 2023 at 1:09 PM Zhirun Yan <zhirun....@intel.com> wrote: > > This function is used for mcore dispatch model only, correct the check to > make sure it is the expected model. And specific the model by > rte_graph_worker_model_set() before call it in test. Update release notes > for new mcore dispatch model.
Fix missing worker model section by invoking rte_graph_worker_model_set(RTE_GRAPH_MODEL_MCORE_DISPATCH) in test_graph_model_mcore_dispatch_core_bind_unbind() routine. Also, Updated missing release notes for new mcore dispatch model addition and sample l3fwd-graph update. With above change, Acked-by: Jerin Jacob <jer...@marvell.com>