commit | ec9121e7d2871618b8c297a4fe6250714411f61d | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <olteanv@gmail.com> | Sun Apr 28 21:45:51 2019 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 30 23:05:29 2019 -0400 |
tree | 39e08f355cc23f18d682ea176c5bdd37d432be63 | |
parent | 2a1305515bf4387bb21e2624c473fc26d846dcbd [diff] |
net: dsa: Skip calling .port_vlan_filtering on no change Even if VLAN filtering is global, DSA will call this callback once per each port. Drivers should not have to compare the global state with the requested change. So let DSA do it. Signed-off-by: Vladimir Oltean <olteanv@gmail.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>