Re: [dpdk-dev] [PATCH v5 1/3] ethdev: dump single flow rule

2021-04-14 Thread Haifei Luo
HI Thomas, #1, okay. Will change the place for comments. #2, yes, I can change the description. Thank you so much. -Original Message- From: Thomas Monjalon Sent: Wednesday, April 14, 2021 6:33 PM To: Haifei Luo Cc: dev@dpdk.org; Ori Kam ; Slava Ovsiienko ; Raslan Darawsheh ;

Re: [dpdk-dev] [PATCH v5 1/3] ethdev: dump single flow rule

2021-04-14 Thread Thomas Monjalon
14/04/2021 11:51, Haifei Luo: > Previous implementations support dump all the flows. Add new arg > rte_flow in rte_flow_dev_dump to dump one flow. Rewording: The API supported dumping all the flow rules. A parameter is added to allow dumping a specific flow rule. > --- a/doc/guides/nics/mlx5.rst

[dpdk-dev] [PATCH v5 1/3] ethdev: dump single flow rule

2021-04-14 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 Acked-by: Ajit Khaparde Acked-by: Ori Kam --- app/test-pmd/config.c| 2 +- doc/guides/nics/mlx5.rst | 9 ++--- drivers/net/