Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Merge conflict of mlx5 resolved using instructions in merge
commit 9566e650bf
.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -153,6 +153,9 @@ static void dsa_switch_mdb_add_bitmap(struct dsa_switch *ds,
|
||||
{
|
||||
int port;
|
||||
|
||||
if (!ds->ops->port_mdb_add)
|
||||
return;
|
||||
|
||||
for_each_set_bit(port, bitmap, ds->num_ports)
|
||||
ds->ops->port_mdb_add(ds, port, mdb);
|
||||
}
|
||||
|
Reference in New Issue
Block a user