commit | 9454d9307e05989bc5dd50c023acd51d632fe6f9 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@mellanox.com> | Wed Dec 06 09:41:12 2017 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 06 15:11:17 2017 -0500 |
tree | 760e31e40fe9626e80c2b8df7b1ca8cb3aaaceff | |
parent | cc166427dcdab39a96140fded18ac23be5f0a1ed [diff] |
mlxsw: spectrum: handle NETIF_F_HW_TC changes correctly Currently, whenever the NETIF_F_HW_TC feature changes, we silently always allow it, but we actually do not disable the flows in HW on disable. That breaks user's expectations. So just forbid the feature disable in case there are any filters offloaded. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Reviewed-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>