RE: [PATCH] net/mlx5: fix flow dump for modify field

2023-07-03 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Sean Zhang > Sent: Thursday, June 29, 2023 1:01 PM > To: NBU-Contact-Thomas Monjalon (EXTERNAL) ; > Matan Azrad ; Slava Ovsiienko > ; Ori Kam ; Suanming Mou > ; Haifei Luo > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: [PATCH]

[PATCH] net/mlx5: fix flow dump for modify field

2023-06-29 Thread Sean Zhang
When using other process to dump flow information, the modify field information cannot be dumpped due to incorrect lcore value. Add loop to get modify field information from all lcore to fix the issue. Fixes: a7ac7fae4919 ("net/mlx5: enhance flow dump") Cc: sta...@dpdk.org Signed-off-by: Sean Zha