RE: [PATCH v3] graph: fix graph model check in core binding

2023-07-09 Thread Yan, Zhirun
> -Original Message- > From: Jerin Jacob > Sent: Friday, July 7, 2023 6:17 PM > To: Yan, Zhirun > Cc: dev@dpdk.org; jer...@marvell.com; kirankum...@marvell.com; > ndabilpu...@marvell.com; Fu, Qi > Subject: Re: [PATCH v3] graph: fix graph model check in core bindi

Re: [PATCH v3] graph: fix graph model check in core binding

2023-07-07 Thread Jerin Jacob
On Wed, Jul 5, 2023 at 7:38 AM Zhirun Yan wrote: > > Fix graph model check in core binding with graph. And rte_graph_clone() Two fixes, Lets have two patches. Also tell what is fixed and how it is fixed. > need to use valid params rather than NULL pointer. Update release notes > for new mcore d

[PATCH v3] graph: fix graph model check in core binding

2023-07-04 Thread Zhirun Yan
Fix graph model check in core binding with graph. And rte_graph_clone() need to use valid params rather than NULL pointer. Update release notes for new mcore dispatch model. Fixes: ecb22a294980 ("graph: introduce graph bind unbind API") Fixes: 67e2303cd823 ("test/graph: add functional tests for mc