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.
2 matches
Mail list logo