> -----Original Message----- > From: Jerin Jacob <[email protected]> > Sent: Wednesday, May 24, 2023 3:25 PM > To: Yan, Zhirun <[email protected]> > Cc: [email protected]; [email protected]; [email protected]; > [email protected]; [email protected]; > [email protected]; Liang, Cunming <[email protected]>; Wang, > Haiyue <[email protected]> > Subject: Re: [PATCH v6 08/15] graph: add struct for stream moving between > cores > > On Tue, May 9, 2023 at 11:35 AM Zhirun Yan <[email protected]> wrote: > > > > Add graph_sched_wq_node to hold graph scheduling workqueue node. > > > > Signed-off-by: Haiyue Wang <[email protected]> > > Signed-off-by: Cunming Liang <[email protected]> > > Signed-off-by: Zhirun Yan <[email protected]> > > + * @internal > > + * > > + * Structure that holds the graph scheduling workqueue node stream. > > + * Used for mcore dispatch model. > > + */ > > +struct graph_sched_wq_node { > > Could we change to graph_mcore_dispatch_wq_node? Just to make sure this > for mcore dispatch model.
Yes.

