On Tue, Apr 6, 2021 at 11:09 PM Haifei Luo 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 > --- > 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