commit | 611abe5165ca185bb64e0427c7efe2acdc9d5250 | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Thu Nov 14 11:19:21 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 14 18:16:51 2019 -0800 |
tree | db483113b961ac47c36d990dac30d1c106c5b8b4 | |
parent | 32a186c7f9588c843c26a1f0fbbf38f77a7b577a [diff] |
s390/qeth: consolidate L3 mcast registration code Current code processes each (VLAN) device twice - once to inspect the IPv4 mcast addresses, and then a second time to walk the IPv6 mcast addresses. Unify all this into a single helper, thus removing some checks and a duplicated VLAN lookup. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>