commit | 32dba76a7a3104b2815f31b1755f4c0ba1f01a78 | [log] [tgz] |
---|---|---|
author | Paul Blakey <paulb@mellanox.com> | Tue Oct 25 18:36:27 2016 +0300 |
committer | David S. Miller <davem@davemloft.net> | Sat Oct 29 12:00:39 2016 -0400 |
tree | e6542a93cd04a91f999c1f377ea9469407f46b36 | |
parent | eccec8da3b4e6f403040c7187338a46d2ea27c20 [diff] |
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: f0d22d187473 ('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>