Re: [PATCH v4 2/2] graph: fix graph model check in core binding

2023-07-10 Thread Jerin Jacob
On Mon, Jul 10, 2023 at 1:09 PM Zhirun Yan 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

[PATCH v4 2/2] graph: fix graph model check in core binding

2023-07-10 Thread Zhirun Yan
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. Fixes: ecb22a294980 ("graph: introduce graph bind unbind A