ming ; Wang,
> Haiyue ; mattias.ronnblom
>
> Subject: Re: [PATCH v9 04/17] graph: add get/set graph worker model APIs
>
> On Wed, Jun 7, 2023 at 5:55 PM Yan, Zhirun wrote:
> >
> > > > +__rte_experimental
> > > > +static inline uint32_t
> > >
On Wed, Jun 7, 2023 at 5:55 PM Yan, Zhirun wrote:
>
> > > +__rte_experimental
> > > +static inline uint32_t
> > > +rte_graph_worker_model_get(struct rte_graph *graph) {
> > > + if (!graph_model_is_valid(graph->model))
> > > + return -EINVAL;
> >
> > Introduce rte_graph_worker_m
ming ; Wang,
> Haiyue ; mattias.ronnblom
>
> Subject: Re: [PATCH v9 04/17] graph: add get/set graph worker model APIs
>
> On Wed, Jun 7, 2023 at 9:30 AM Zhirun Yan wrote:
> >
> > Add new get/set APIs to configure graph worker model which is used to
> > determine which mo
On Wed, Jun 7, 2023 at 9:30 AM Zhirun Yan wrote:
>
> Add new get/set APIs to configure graph worker model which is used to
> determine which model will be chosen.
>
> Signed-off-by: Haiyue Wang
> Signed-off-by: Cunming Liang
> Signed-off-by: Zhirun Yan
>
> +/** Graph worker models */
> +/* If
Add new get/set APIs to configure graph worker model which is used to
determine which model will be chosen.
Signed-off-by: Haiyue Wang
Signed-off-by: Cunming Liang
Signed-off-by: Zhirun Yan
---
lib/graph/meson.build | 1 +
lib/graph/rte_graph_worker.c| 21 ++
lib
5 matches
Mail list logo