All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bridge] [PATCH net-next 0/2] net: bridge: allow user-space to add ext learned entries
@ 2017-03-23 10:27 ` Nikolay Aleksandrov
  0 siblings, 0 replies; 16+ messages in thread
From: Nikolay Aleksandrov @ 2017-03-23 10:27 UTC (permalink / raw)
  To: netdev; +Cc: jiri, Nikolay Aleksandrov, roopa, bridge, idosch, davem

Hi,
This set adds the ability to add externally learned entries from
user-space. For symmetry and proper function we need to allow SW entries
to take over HW learned ones (similar to how HW can take over SW entries
currently) which is needed for our use case (evpn) where we have pure SW
ports and HW ports mixed in a single bridge. This does not play well with
switchdev devices currently because there's no feedback when the entry is
taken over, but this case has never worked anyway and feedback can be
easily added when needed.
Patch 02 simply allows to use NTF_EXT_LEARNED from user-space, we already
have Quagga patches that make use of this functionality.

Thanks,
 Nik

Nikolay Aleksandrov (2):
  net: bridge: allow SW learn to take over HW fdb entries
  net: bridge: allow to add externally learned entries from user-space

 net/bridge/br_fdb.c | 5 +++++
 1 file changed, 5 insertions(+)

-- 
2.1.4


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

end of thread, other threads:[~2017-03-24 19:31 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-23 10:27 [Bridge] [PATCH net-next 0/2] net: bridge: allow user-space to add ext learned entries Nikolay Aleksandrov
2017-03-23 10:27 ` Nikolay Aleksandrov
2017-03-23 10:27 ` [Bridge] [PATCH net-next 1/2] net: bridge: allow SW learn to take over HW fdb entries Nikolay Aleksandrov
2017-03-23 10:27   ` Nikolay Aleksandrov via Bridge
2017-03-23 19:47   ` [Bridge] " Ido Schimmel
2017-03-23 19:47     ` Ido Schimmel
2017-03-23 10:27 ` [Bridge] [PATCH net-next 2/2] net: bridge: allow to add externally learned entries from user-space Nikolay Aleksandrov
2017-03-23 10:27   ` Nikolay Aleksandrov
2017-03-23 19:47   ` [Bridge] " Ido Schimmel
2017-03-23 19:47     ` Ido Schimmel
2017-03-23 12:48 ` [Bridge] [PATCH net-next 0/2] net: bridge: allow user-space to add ext learned entries Nikolay Aleksandrov
2017-03-23 12:48   ` Nikolay Aleksandrov via Bridge
2017-03-23 20:00 ` [Bridge] " Ido Schimmel
2017-03-23 20:00   ` Ido Schimmel
2017-03-24 19:31 ` [Bridge] " David Miller
2017-03-24 19:31   ` David Miller

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.