Hi Haifei,
PSB
> -Original Message-
> From: Haifei Luo
> Subject: [PATCH 1/4] ethdev: add rte API for single flow dump
>
> Previous implementations support dump all the flows.Add new ones
> to dump one flow.
> New API added: rte_flow_dump.
>
> Signed-off-by: Haifei Luo
> ---
> doc/gu
On Tue, 9 Mar 2021 10:15:13 +0200
Haifei Luo wrote:
> +__rte_experimental
> +int
> +rte_flow_dump(uint16_t port_id, struct rte_flow *flow,
> + FILE *file, struct rte_flow_error *error);
> +
The flow argument should be const since dumping does not change
its state.
Previous implementations support dump all the flows.Add new ones
to dump one flow.
New API added: rte_flow_dump.
Signed-off-by: Haifei Luo
---
doc/guides/nics/mlx5.rst| 10 +++--
doc/guides/prog_guide/rte_flow.rst | 44 +
lib/librte_ethdev/rte
3 matches
Mail list logo