[PATCH v10 04/16] graph: add get/set graph worker model APIs
Jerin Jacob
jerinjacobk at gmail.com
Thu Jun 8 12:38:33 CEST 2023
On Thu, Jun 8, 2023 at 3:35 PM Zhirun Yan <zhirun.yan at intel.com> 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 <haiyue.wang at intel.com>
> Signed-off-by: Cunming Liang <cunming.liang at intel.com>
> Signed-off-by: Zhirun Yan <zhirun.yan at intel.com>
>
> +/** Graph worker models */
> +/* If adding new entry, then update graph_model_is_valid API. */
graph_model_is_valid-> rte_graph_model_is_valid.
Comments suggestion:
When adding a new graph model entry, update rte_graph_model_is_valid()
implementation.
With above change,
Acked-by: Jerin Jacob <jerinj at marvell.com>
More information about the dev
mailing list