[dpdk-dev] [PATCH v2 1/5] ethdev: modify rte API for single flow dump
Ajit Khaparde
ajit.khaparde at broadcom.com
Tue Apr 13 06:38:37 CEST 2021
On Tue, Apr 6, 2021 at 11:09 PM Haifei Luo <haifeil at nvidia.com> wrote:
>
> Previous implementations support dump all the flows. Add new arg
> rte_flow in rte_flow_dev_dump to dump one flow.
>
> Signed-off-by: Haifei Luo <haifeil at nvidia.com>
> ---
> app/test-pmd/config.c | 2 +-
> doc/guides/nics/mlx5.rst | 9 ++++++---
> doc/guides/prog_guide/rte_flow.rst | 24 ++++++++++++++++++++++++
> drivers/net/mlx5/linux/mlx5_socket.c | 2 +-
> drivers/net/mlx5/mlx5.h | 4 ++--
> drivers/net/mlx5/mlx5_flow.c | 9 ++++++---
> drivers/net/octeontx2/otx2_flow.c | 9 ++++++++-
> lib/librte_ethdev/rte_flow.c | 5 +++--
> lib/librte_ethdev/rte_flow.h | 5 ++++-
> lib/librte_ethdev/rte_flow_driver.h | 1 +
> 10 files changed, 56 insertions(+), 14 deletions(-)
>
Acked-by: Ajit Khaparde <ajit.khaparde at broadcom.com>
More information about the dev
mailing list