ethdev: fix doc of flow action

The struct rte_flow_action was missing from DPDK API documentation.

Fixes: 3850cf0c8c ("ethdev: add tunnel encap/decap actions")
Cc: stable@dpdk.org

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>
This commit is contained in:
Jan Viktorin 2021-06-23 11:18:25 +02:00 committed by Andrew Rybchenko
parent fc18d1b4b8
commit 56912ddef2

View File

@ -3278,7 +3278,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.