common/mlx5: add batch counter id offset
authorSuanming Mou <suanmingm@mellanox.com>
Tue, 7 Apr 2020 03:59:43 +0000 (11:59 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 21 Apr 2020 11:57:07 +0000 (13:57 +0200)
commit1d0ab7e7950a407bc8b2e70ac2e685f1fa35a0e2
tree0c4a982465c3e66983c630cd8ae1d0a1cb4fd8d3
parentc3d3b14099bc4e422bb6642ddc6fc3b384291e4b
common/mlx5: add batch counter id offset

This commit is a part for the DV counter optimization.

The batch counter dcs id starts from 0x800000 and none batch counter
starts from 0. As currently, the counter is changed to be indexed by
pool index and the offset of the counter in the pool counters_raw array.
It means now the counter index is same for batch and none batch counter.
Add the 0x800000 batch counter offset to the batch counter index helps
indicate the counter index is from batch or none batch container pool.

Signed-off-by: Suanming Mou <suanmingm@mellanox.com>
Acked-by: Matan Azrad <matan@mellanox.com>
drivers/common/mlx5/mlx5_prm.h