netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch net 0/3] bridge: mdb: Couple of fixes
@ 2016-04-21 10:52 Jiri Pirko
  2016-04-21 10:52 ` [patch net 1/3] switchdev: Adding complete operation to deferred switchdev ops Jiri Pirko
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jiri Pirko @ 2016-04-21 10:52 UTC (permalink / raw)
  To: netdev; +Cc: davem, idosch, eladr, yotamg, ogerlitz, stephen, nikolay

From: Jiri Pirko <jiri@mellanox.com>

Elad says:

This patchset fixes two problems reported by Nikolay Aleksandrov. The first
problem is that the MDB offload flag might be accesed without helding the
multicast_lock.
The second problem is that the switchdev mdb offload is deferred and
the offload bit was marked regardless if the operation succeeded or not.

Elad Raz (3):
  switchdev: Adding complete operation to deferred switchdev ops
  bridge: mdb: Common function for mdb entry translation
  bridge: mdb: Marking port-group as offloaded

 include/net/switchdev.h   |   4 ++
 net/bridge/br_mdb.c       | 124 +++++++++++++++++++++++++++++-----------------
 net/bridge/br_multicast.c |   8 +--
 net/bridge/br_private.h   |   4 +-
 net/switchdev/switchdev.c |   6 +++
 5 files changed, 96 insertions(+), 50 deletions(-)

-- 
2.5.5

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-04-24 18:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-21 10:52 [patch net 0/3] bridge: mdb: Couple of fixes Jiri Pirko
2016-04-21 10:52 ` [patch net 1/3] switchdev: Adding complete operation to deferred switchdev ops Jiri Pirko
2016-04-21 10:52 ` [patch net 2/3] bridge: mdb: Common function for mdb entry translation Jiri Pirko
2016-04-21 10:52 ` [patch net 3/3] bridge: mdb: Marking port-group as offloaded Jiri Pirko
2016-04-24 18:23 ` [patch net 0/3] bridge: mdb: Couple of fixes David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).