All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/5] Switchdev: flooding offload option
@ 2018-03-10  3:03 ` Igor Mitsyanko
  0 siblings, 0 replies; 36+ messages in thread
From: Igor Mitsyanko @ 2018-03-10  3:03 UTC (permalink / raw)
  To: bridge, netdev
  Cc: ivecera, igor.mitsyanko.os, jiri, sergey.matyukevich.os,
	ashevchenko, smaksimenko, dlebed

Main goal of the patchset is to allow for flooding offload to switchdev
in scenarios when HW switchdev ports and SW ports are operating in a
single bridge.

In case a data frame that needs to be flooded is ingressed on a SW port,
    it needs to be flooded to a single HW port of any given
    switchdev-capable hardware only. Switchdev hardware will than take care
    about flooding to the rest of the ports that it manages.


Igor Mitsyanko (5):
  bridge: initialize port flags with switchdev defaults
  bridge: propagate BR_ flags updates through sysfs to switchdev
  bridge: allow switchdev port to handle flooding by itself
  bridge: provide sysfs and netlink interface to set BR_FLOOD_OFFLOAD
  bridge: verify "HW only" flags can't be set without HW support

 include/linux/if_bridge.h    |  1 +
 include/uapi/linux/if_link.h |  1 +
 net/bridge/br_forward.c      |  2 ++
 net/bridge/br_if.c           | 17 ++++++++++++++++-
 net/bridge/br_netlink.c      |  8 +++++++-
 net/bridge/br_private.h      | 13 ++++++++++++-
 net/bridge/br_switchdev.c    | 14 +++++++++++++-
 net/bridge/br_sysfs_if.c     | 17 +++++++++++++----
 8 files changed, 65 insertions(+), 8 deletions(-)

-- 
2.9.5

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

end of thread, other threads:[~2018-03-13 14:41 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-10  3:03 [PATCH net-next 0/5] Switchdev: flooding offload option Igor Mitsyanko
2018-03-10  3:03 ` [Bridge] " Igor Mitsyanko
2018-03-10  3:03 ` [PATCH net-next 1/5] bridge: initialize port flags with switchdev defaults Igor Mitsyanko
2018-03-10  3:03   ` [Bridge] " Igor Mitsyanko
2018-03-10 16:30   ` Andrew Lunn
2018-03-10 16:30     ` [Bridge] " Andrew Lunn
2018-03-12 18:44     ` Igor Mitsyanko
2018-03-12 18:44       ` [Bridge] " Igor Mitsyanko
2018-03-10 16:32   ` Stephen Hemminger
2018-03-10 16:32     ` [Bridge] " Stephen Hemminger
2018-03-12 19:03     ` Igor Mitsyanko
2018-03-12 19:03       ` [Bridge] " Igor Mitsyanko
2018-03-10  3:03 ` [PATCH net-next 2/5] bridge: propagate BR_ flags updates through sysfs to switchdev Igor Mitsyanko
2018-03-10  3:03   ` [Bridge] " Igor Mitsyanko
2018-03-10 16:38   ` Andrew Lunn
2018-03-10 16:38     ` [Bridge] " Andrew Lunn
2018-03-12 20:07     ` Igor Mitsyanko
2018-03-12 20:07       ` [Bridge] " Igor Mitsyanko
2018-03-10  3:03 ` [RFC PATCH net-next 3/5] bridge: allow switchdev port to handle flooding by itself Igor Mitsyanko
2018-03-10  3:03   ` [Bridge] " Igor Mitsyanko
2018-03-10 16:55   ` Andrew Lunn
2018-03-10 16:55     ` [Bridge] " Andrew Lunn
2018-03-12 23:00     ` Igor Mitsyanko
2018-03-12 23:00       ` [Bridge] " Igor Mitsyanko
2018-03-13  1:11       ` Andrew Lunn
2018-03-13  1:11         ` [Bridge] " Andrew Lunn
2018-03-13 14:41         ` Roopa Prabhu
2018-03-13 14:41           ` [Bridge] " Roopa Prabhu
2018-03-10  3:03 ` [RFC PATCH net-next 4/5] bridge: provide sysfs and netlink interface to set BR_FLOOD_OFFLOAD Igor Mitsyanko
2018-03-10  3:03   ` [Bridge] " Igor Mitsyanko
2018-03-10  3:03 ` [RFC PATCH net-next 5/5] bridge: verify "HW only" flags can't be set without HW support Igor Mitsyanko
2018-03-10  3:03   ` [Bridge] " Igor Mitsyanko
2018-03-10 22:08 ` [PATCH net-next 0/5] Switchdev: flooding offload option Andrew Lunn
2018-03-10 22:08   ` [Bridge] " Andrew Lunn
2018-03-12 23:08   ` Igor Mitsyanko
2018-03-12 23:08     ` [Bridge] " Igor Mitsyanko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.