Re: [PATCH v12 0/7] add feature arc in rte_graph

2025-06-10 Thread Thomas Monjalon
> Nitin Saxena (7): > graph: add API to override node process function > graph: add feature arc registrations > graph: add feature arc init APIs > graph: add feature enable/disable APIs > ip4: add ip4 output feature arc > app/graph: add custom feature nodes for ip4 output arc > test/g

[PATCH v12 0/7] add feature arc in rte_graph

2025-06-05 Thread Nitin Saxena
Feature arc represents an ordered list of features/protocols at a given networking layer. It is a high level abstraction to express relationship between rte_graph nodes, as feature nodes, and allow packets steering across these nodes in a simplified manner. Features (or feature nodes) are nodes wh