netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch net-next 00/18] mlxsw: Do preparations before ipv4 router offload introduction
@ 2016-07-02  7:26 Jiri Pirko
  2016-07-02  7:26 ` [patch net-next 01/18] mlxsw: spectrum: Send untagged packets through a port netdev Jiri Pirko
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: Jiri Pirko @ 2016-07-02  7:26 UTC (permalink / raw)
  To: netdev
  Cc: davem, idosch, yotamg, eladr, nogahf, ogerlitz, sfeldma, roopa,
	andy, dsa, tgraf, jhs, linville, ivecera

From: Jiri Pirko <jiri@mellanox.com>

This patchset introduces router interfaces. At this point the router
still operates in slowpath, but that's needed in order not to introduce a
regression.

Ido Schimmel (16):
  mlxsw: spectrum: Send untagged packets through a port netdev
  mlxsw: spectrum: Remove VLANs configuration via SELF flag
  mlxsw: spectrum: Sync PVID vPort LAG status
  mlxsw: spectrum: Remove RIF from PVID vPort when joining / leaving LAG
  mlxsw: reg: Add Router General Configuration Register
  mlxsw: spectrum: Initialize ports at the end of init sequence
  mlxsw: spectrum_router: Add basic ipv4 router initialization
  mlxsw: spectrum: Add router interface struct
  mlxsw: reg: Add FDB action to forward to router
  mlxsw: reg: Add Router Interface Table Register
  mlxsw: spectrum: Use action 'discard' when removing traps
  mlxsw: spectrum: Edit RIF properties based on netdev events
  mlxsw: spectrum: Introduce support for router interfaces
  mlxsw: spectrum: Unsplit the vFID range
  mlxsw: spectrum: Configure FIDs based on bridge events
  mlxsw: spectrum: Enable L3 interfaces on top of bridge devices

Jiri Pirko (2):
  mlxsw: spectrum: Add traps needed for router implementation
  mlxsw: spectrum: Add couple of lower device helper functions

 drivers/net/ethernet/mellanox/mlxsw/Makefile       |    2 +-
 drivers/net/ethernet/mellanox/mlxsw/reg.h          |  276 ++++-
 drivers/net/ethernet/mellanox/mlxsw/spectrum.c     | 1158 ++++++++++++++------
 drivers/net/ethernet/mellanox/mlxsw/spectrum.h     |   93 +-
 .../net/ethernet/mellanox/mlxsw/spectrum_router.c  |   68 ++
 .../ethernet/mellanox/mlxsw/spectrum_switchdev.c   |  107 +-
 drivers/net/ethernet/mellanox/mlxsw/trap.h         |    5 +
 include/linux/netdevice.h                          |   18 +
 net/core/dev.c                                     |   46 +
 9 files changed, 1358 insertions(+), 415 deletions(-)
 create mode 100644 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c

-- 
2.5.5

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

end of thread, other threads:[~2016-07-02  8:51 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-02  7:26 [patch net-next 00/18] mlxsw: Do preparations before ipv4 router offload introduction Jiri Pirko
2016-07-02  7:26 ` [patch net-next 01/18] mlxsw: spectrum: Send untagged packets through a port netdev Jiri Pirko
2016-07-02  7:26 ` [patch net-next 02/18] mlxsw: spectrum: Remove VLANs configuration via SELF flag Jiri Pirko
2016-07-02  7:26 ` [patch net-next 03/18] mlxsw: spectrum: Sync PVID vPort LAG status Jiri Pirko
2016-07-02  7:26 ` [patch net-next 04/18] mlxsw: spectrum: Remove RIF from PVID vPort when joining / leaving LAG Jiri Pirko
2016-07-02  7:26 ` [patch net-next 05/18] mlxsw: reg: Add Router General Configuration Register Jiri Pirko
2016-07-02  7:26 ` [patch net-next 06/18] mlxsw: spectrum: Initialize ports at the end of init sequence Jiri Pirko
2016-07-02  7:26 ` [patch net-next 07/18] mlxsw: spectrum_router: Add basic ipv4 router initialization Jiri Pirko
2016-07-02  7:26 ` [patch net-next 08/18] mlxsw: spectrum: Add router interface struct Jiri Pirko
2016-07-02  7:26 ` [patch net-next 09/18] mlxsw: reg: Add FDB action to forward to router Jiri Pirko
2016-07-02  7:26 ` [patch net-next 10/18] mlxsw: reg: Add Router Interface Table Register Jiri Pirko
2016-07-02  7:26 ` [patch net-next 11/18] mlxsw: spectrum: Use action 'discard' when removing traps Jiri Pirko
2016-07-02  7:26 ` [patch net-next 12/18] mlxsw: spectrum: Add traps needed for router implementation Jiri Pirko
2016-07-02  7:26 ` [patch net-next 13/18] mlxsw: spectrum: Add couple of lower device helper functions Jiri Pirko
2016-07-02  7:26 ` [patch net-next 14/18] mlxsw: spectrum: Edit RIF properties based on netdev events Jiri Pirko
2016-07-02  7:26 ` [patch net-next 15/18] mlxsw: spectrum: Introduce support for router interfaces Jiri Pirko
2016-07-02  7:26 ` [patch net-next 16/18] mlxsw: spectrum: Unsplit the vFID range Jiri Pirko
2016-07-02  7:26 ` [patch net-next 17/18] mlxsw: spectrum: Configure FIDs based on bridge events Jiri Pirko
2016-07-02  7:26 ` [patch net-next 18/18] mlxsw: spectrum: Enable L3 interfaces on top of bridge devices Jiri Pirko
2016-07-02  8:37 ` [patch net-next 00/18] mlxsw: Do preparations before ipv4 router offload introduction Jiri Pirko

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