Re: [dpdk-dev] [PATCH] net/mlx5: fix count actions query in sample flow

2021-01-27 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Jiawei Wang > Sent: Tuesday, January 26, 2021 5:38 PM > To: Slava Ovsiienko ; Ori Kam > ; NBU-Contact-Thomas Monjalon > ; ferruh.yi...@intel.com > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] net

[dpdk-dev] [PATCH] net/mlx5: fix count actions query in sample flow

2021-01-26 Thread Jiawei Wang
If the count action was presented in sample actions list, MLX5 PMD created the counter resource and saved the index of counter in the sample resource only, the counter index of flow was not updated. This patch removes the counter index in the sampler resource and saves it into the flow, and adds t