[dpdk-dev] [PATCH 1/4] ethdev: add rte API for single flow dump

Stephen Hemminger stephen at networkplumber.org
Wed Mar 10 01:39:44 CET 2021


On Tue,  9 Mar 2021 10:15:13 +0200
Haifei Luo <haifeil at nvidia.com> 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.


More information about the dev mailing list