> -----Original Message----- > From: Jerin Jacob <jerinjac...@gmail.com> > Sent: Wednesday, May 24, 2023 3:25 PM > To: Yan, Zhirun <zhirun....@intel.com> > Cc: dev@dpdk.org; jer...@marvell.com; kirankum...@marvell.com; > ndabilpu...@marvell.com; step...@networkplumber.org; > pbhagavat...@marvell.com; Liang, Cunming <cunming.li...@intel.com>; Wang, > Haiyue <haiyue.w...@intel.com> > 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 <zhirun....@intel.com> wrote: > > > > Add graph_sched_wq_node to hold graph scheduling workqueue node. > > > > Signed-off-by: Haiyue Wang <haiyue.w...@intel.com> > > Signed-off-by: Cunming Liang <cunming.li...@intel.com> > > Signed-off-by: Zhirun Yan <zhirun....@intel.com> > > + * @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.