net/mlx5: fix flow count action for shared counter
authorShahaf Shuler <shahafs@mellanox.com>
Sun, 29 Jul 2018 10:43:32 +0000 (13:43 +0300)
committerShahaf Shuler <shahafs@mellanox.com>
Thu, 2 Aug 2018 10:34:17 +0000 (12:34 +0200)
commited4c7fd92a91ff7e960ca2618bf34f84faaf643e
tree40014bb746e82dd1975b5a38ea45287a37a5ff28
parent2b4e423fd4c9ed5b0a4d1a0962f4af653b7324c5
net/mlx5: fix flow count action for shared counter

According to commit fb8fd96d4251 ("ethdev: add shared counter to flow
API") the counter id should be taken into account only when the shared
flag is set.

Fixes: 60bd8c9747e8 ("net/mlx5: add count flow action")

Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
drivers/net/mlx5/mlx5_flow.c