On Thu, Jun 8, 2023 at 3:35 PM Zhirun Yan <[email protected]> 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 <[email protected]> > Signed-off-by: Cunming Liang <[email protected]> > Signed-off-by: Zhirun Yan <[email protected]> > > +/** 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 <[email protected]>

