Re: [dpdk-dev] [PATCH v2 1/5] ethdev: modify rte API for single flow dump

2021-04-13 Thread Ajit Khaparde
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

Re: [dpdk-dev] [PATCH v2 1/5] ethdev: modify rte API for single flow dump

2021-04-12 Thread Ori Kam
Hi Haifei, > -Original Message- > From: Haifei Luo > Sent: Wednesday, April 7, 2021 9:09 AM > > Subject: [PATCH v2 1/5] ethdev: modify rte API for single flow dump > > Previous implementations support dump all the flows. Add new arg > rte_flow in rte_flow_dev_dump to dump one flow. > >

[dpdk-dev] [PATCH v2 1/5] ethdev: modify rte API for single flow dump

2021-04-06 Thread Haifei Luo
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