Re: [dpdk-dev] [PATCH] net/mlx5: fix shared counter search with nested index

2020-05-17 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Suanming Mou > Sent: Friday, May 15, 2020 11:36 AM > To: Matan Azrad ; Shahaf Shuler > ; Slava Ovsiienko > Cc: dev@dpdk.org; Raslan Darawsheh > Subject: [PATCH] net/mlx5: fix shared counter search with nested index > > Currently, the shared counter sear

Re: [dpdk-dev] [PATCH] net/mlx5: fix shared counter search with nested index

2020-05-16 Thread Matan Azrad
From: Suanming Mou: > Currently, the shared counter search uses the wrong nested index which is > used by the pool index. The incorrect nested index using causes the search > go to incorrect counter pool is not existed. > > Add the counter index to fix the incorrect nested use case. > > Fixes:

[dpdk-dev] [PATCH] net/mlx5: fix shared counter search with nested index

2020-05-15 Thread Suanming Mou
Currently, the shared counter search uses the wrong nested index which is used by the pool index. The incorrect nested index using causes the search go to incorrect counter pool is not existed. Add the counter index to fix the incorrect nested use case. Fixes: 4001d7ad26d4 ("net/mlx5: change Dire