mbox series

[v4,0/2] fix graph issues

Message ID 20230710071515.3143533-1-zhirun.yan@intel.com (mailing list archive)
Headers
Series fix graph issues |

Message

Yan, Zhirun July 10, 2023, 7:15 a.m. UTC
  Fix graph clone issue in functional test.
Correct graph model check in graph core binding.
Update release note for mcore dispatch model.


Zhirun Yan (2):
  graph: fix graph functional tests with valid params
  graph: fix graph model check in core binding

 app/test/test_graph.c                  | 17 +++++++++++++----
 doc/guides/rel_notes/release_23_07.rst | 10 ++++++++++
 lib/graph/graph.c                      |  2 +-
 3 files changed, 24 insertions(+), 5 deletions(-)
  

Comments

Thomas Monjalon July 12, 2023, 2:01 p.m. UTC | #1
10/07/2023 09:15, Zhirun Yan:
> Fix graph clone issue in functional test.
> Correct graph model check in graph core binding.
> Update release note for mcore dispatch model.
> 
> 
> Zhirun Yan (2):
>   graph: fix graph functional tests with valid params
>   graph: fix graph model check in core binding

Applied with Jerin suggestions and few more minor fixes.