On Mon, Apr 21, 2025 at 11:16 PM Nitin Saxena <nsax...@marvell.com> wrote:
>
> - Added cmdline argument "--enable-graph-feature-arc" to call
>   rte_graph_feature_arc_init() before rte_graph_create() which creates
>   in-built arcs and feature nodes
> - Added custom feature nodes in app/graph which are added to ip4 output
>   arc.
> - Custom features can be enabled/disabled at runtime on any ethdev via
>   CLI.
>
> graph> help feature
> graph> feature enable <arc name> <feature name> <port-id>
> graph> feature disable <arc name> <feature name> <port-id>
> graph> graph stats show
>
> Signed-off-by: Nitin Saxena <nsax...@marvell.com>
> ---
>  app/graph/commands.list     |   6 ++
>  app/graph/feature.c         | 141 ++++++++++++++++++++++++++++
>  app/graph/feature.h         |  13 +++
>  app/graph/graph.c           |   4 +
>  app/graph/ip4_output_hook.c | 180 ++++++++++++++++++++++++++++++++++++
>  app/graph/main.c            |  15 ++-
>  app/graph/meson.build       |   2 +
>  app/graph/module_api.h      |   2 +

Update doc/guides/tools/graph.rst

Reply via email to