Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351672
b: refs/heads/master
c: dbd501a
h: refs/heads/master
v: v3
  • Loading branch information
Eugenia Emantayev authored and David S. Miller committed Jan 28, 2013
1 parent 4301c64 commit 78853cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: db0e7cba6dafa269f33f379997794a9d3bd4d535
refs/heads/master: dbd501a80671180a8f3cdf93ca465959031fef18
4 changes: 2 additions & 2 deletions trunk/drivers/net/ethernet/mellanox/mlx4/en_netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -767,9 +767,9 @@ static void mlx4_en_do_set_multicast(struct work_struct *work)

/* Update multicast list - we cache all addresses so they won't
* change while HW is updated holding the command semaphor */
netif_tx_lock_bh(dev);
netif_addr_lock_bh(dev);
mlx4_en_cache_mclist(dev);
netif_tx_unlock_bh(dev);
netif_addr_unlock_bh(dev);
list_for_each_entry(mclist, &priv->mc_list, list) {
mcast_addr = mlx4_en_mac_to_u64(mclist->addr);
mlx4_SET_MCAST_FLTR(mdev->dev, priv->port,
Expand Down

0 comments on commit 78853cc

Please sign in to comment.