netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 net-next 0/2]  net: dsa: lan9303: Add fdb/mdb methods
@ 2017-10-19 12:10 Egil Hjelmeland
  2017-10-19 12:10 ` [PATCH v2 net-next 1/2] net: dsa: lan9303: Add port_fast_age and port_fdb_dump methods Egil Hjelmeland
  2017-10-19 12:10 ` [PATCH v2 net-next 2/2] net: dsa: lan9303: Add fdb/mdb manipulation Egil Hjelmeland
  0 siblings, 2 replies; 14+ messages in thread
From: Egil Hjelmeland @ 2017-10-19 12:10 UTC (permalink / raw)
  To: andrew, vivien.didelot, f.fainelli, netdev, linux-kernel; +Cc: Egil Hjelmeland

This series add support for accessing and managing the lan9303 ALR 
(Address Logic Resolution). 

The first patch add low level functions for accessing the ALR, along
with port_fast_age and port_fdb_dump methods.

The second patch add functions for managing ALR entires, along with
remaining fdb/mdb methods. 

Note that to complete STP support, a special ALR entry with the STP eth
address must be added too. This must be addressed later.

Comments welcome!

Changes v1 -> v2:
 - Patch 2: Removed question comment

Egil Hjelmeland (2):
  net: dsa: lan9303: Add port_fast_age and port_fdb_dump methods
  net: dsa: lan9303: Add fdb/mdb manipulation

 drivers/net/dsa/lan9303-core.c | 331 +++++++++++++++++++++++++++++++++++++++++
 drivers/net/dsa/lan9303.h      |  11 ++
 2 files changed, 342 insertions(+)

-- 
2.11.0

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

end of thread, other threads:[~2017-10-20  8:59 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-19 12:10 [PATCH v2 net-next 0/2] net: dsa: lan9303: Add fdb/mdb methods Egil Hjelmeland
2017-10-19 12:10 ` [PATCH v2 net-next 1/2] net: dsa: lan9303: Add port_fast_age and port_fdb_dump methods Egil Hjelmeland
2017-10-19 13:58   ` Vivien Didelot
2017-10-19 14:15     ` Andrew Lunn
2017-10-19 14:51       ` Egil Hjelmeland
2017-10-19 15:15       ` David Laight
2017-10-19 15:42         ` Egil Hjelmeland
2017-10-19 16:52           ` Egil Hjelmeland
2017-10-20  8:59             ` David Laight
2017-10-19 14:46     ` Egil Hjelmeland
2017-10-19 15:12       ` Vivien Didelot
2017-10-19 15:19         ` Egil Hjelmeland
2017-10-19 12:10 ` [PATCH v2 net-next 2/2] net: dsa: lan9303: Add fdb/mdb manipulation Egil Hjelmeland
2017-10-19 14:53   ` Vivien Didelot

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).