On Wed, 16 Sep 2026 13:18:07 +0100 Anatoly Burakov <[email protected]> wrote:
> +static inline const char *
> +flow_graph_item_type_to_str(enum rte_flow_item_type type)
> +{
None of this is critical path, it should not need to be static inline
and include. Build it once as part of ethdev.

