Skip to content

Commit

Permalink
ethdev: fix doc of flow action
Browse files Browse the repository at this point in the history
[ upstream commit 56912dd ]

The struct rte_flow_action was missing from DPDK API documentation.

Fixes: 3850cf0 ("ethdev: add tunnel encap/decap actions")

Signed-off-by: Jan Viktorin <viktorin@cesnet.cz>
Acked-by: Ori Kam <orika@nvidia.com>
Acked-by: Aman Deep Singh <aman.deep.singh@intel.com>
  • Loading branch information
Jan Viktorin authored and cpaelzer committed Aug 9, 2021
1 parent 704a331 commit cb835fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/librte_ethdev/rte_flow.h
Expand Up @@ -2558,7 +2558,7 @@ rte_flow_dynf_metadata_set(struct rte_mbuf *m, uint32_t v)
*RTE_FLOW_DYNF_METADATA(m) = v;
}

/*
/**
* Definition of a single action.
*
* A list of actions is terminated by a END action.
Expand Down

0 comments on commit cb835fa

Please sign in to comment.