]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx5: Fix autogroups groups num not decreasing
authorPaul Blakey <paulb@mellanox.com>
Tue, 25 Oct 2016 15:36:27 +0000 (18:36 +0300)
committerDavid S. Miller <davem@davemloft.net>
Sat, 29 Oct 2016 16:00:39 +0000 (12:00 -0400)
commit2ac82dc9d697726eaf938ff4c949b6ece2a3d5f5
treee6542a93cd04a91f999c1f377ea9469407f46b36
parent456709d31880394d083334adbe9df59f4b095aef
net/mlx5: Fix autogroups groups num not decreasing

Autogroups groups num is increased when creating a new flow group,
but is never decreased.

Now decreasing it when deleting a flow group.

Fixes: 32bf999bc9f2 ('net/mlx5_core: Introduce flow steering autogrouped flow table')
Signed-off-by: Paul Blakey <paulb@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx5/core/fs_core.c