From 56912ddef2b067a402dc648019938d354237c25a Mon Sep 17 00:00:00 2001 From: Jan Viktorin Date: Wed, 23 Jun 2021 11:18:25 +0200 Subject: [PATCH] ethdev: fix doc of flow action The struct rte_flow_action was missing from DPDK API documentation. Fixes: 3850cf0c8c37 ("ethdev: add tunnel encap/decap actions") Cc: stable@dpdk.org Signed-off-by: Jan Viktorin Acked-by: Ori Kam Acked-by: Aman Deep Singh --- lib/ethdev/rte_flow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ethdev/rte_flow.h b/lib/ethdev/rte_flow.h index 961a5884fe..70f455d47d 100644 --- a/lib/ethdev/rte_flow.h +++ b/lib/ethdev/rte_flow.h @@ -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. -- 2.20.1