netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch net-next 00/12] mlxsw: Lay the groundwork for the introduction of router interfaces
@ 2016-07-02  9:00 Jiri Pirko
  2016-07-02  9:00 ` [patch net-next 01/12] mlxsw: spectrum: Send untagged packets through a port netdev Jiri Pirko
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Jiri Pirko @ 2016-07-02  9:00 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 is first patchset on a way to introduce ipv4 routing offload support
in mlxsw driver. Does preparations before router interfaces will
be introduced in mlxsw.

Ido Schimmel (11):
  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

Jiri Pirko (1):
  mlxsw: spectrum: Add traps needed for router implementation

 drivers/net/ethernet/mellanox/mlxsw/Makefile       |   2 +-
 drivers/net/ethernet/mellanox/mlxsw/reg.h          | 276 ++++++++++++++++++++-
 drivers/net/ethernet/mellanox/mlxsw/spectrum.c     | 137 +++++++---
 drivers/net/ethernet/mellanox/mlxsw/spectrum.h     |  26 +-
 .../net/ethernet/mellanox/mlxsw/spectrum_router.c  |  68 +++++
 .../ethernet/mellanox/mlxsw/spectrum_switchdev.c   |  46 +---
 drivers/net/ethernet/mellanox/mlxsw/trap.h         |   5 +
 7 files changed, 474 insertions(+), 86 deletions(-)
 create mode 100644 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c

-- 
2.5.5

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

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

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-02  9:00 [patch net-next 00/12] mlxsw: Lay the groundwork for the introduction of router interfaces Jiri Pirko
2016-07-02  9:00 ` [patch net-next 01/12] mlxsw: spectrum: Send untagged packets through a port netdev Jiri Pirko
2016-07-02  9:00 ` [patch net-next 02/12] mlxsw: spectrum: Remove VLANs configuration via SELF flag Jiri Pirko
2016-07-02  9:00 ` [patch net-next 03/12] mlxsw: spectrum: Sync PVID vPort LAG status Jiri Pirko
2016-07-02  9:00 ` [patch net-next 04/12] mlxsw: spectrum: Remove RIF from PVID vPort when joining / leaving LAG Jiri Pirko
2016-07-02  9:00 ` [patch net-next 05/12] mlxsw: reg: Add Router General Configuration Register Jiri Pirko
2016-07-02  9:00 ` [patch net-next 06/12] mlxsw: spectrum: Initialize ports at the end of init sequence Jiri Pirko
2016-07-02  9:00 ` [patch net-next 07/12] mlxsw: spectrum_router: Add basic ipv4 router initialization Jiri Pirko
2016-07-02  9:00 ` [patch net-next 08/12] mlxsw: spectrum: Add router interface struct Jiri Pirko
2016-07-02  9:00 ` [patch net-next 09/12] mlxsw: reg: Add FDB action to forward to router Jiri Pirko
2016-07-02  9:00 ` [patch net-next 10/12] mlxsw: reg: Add Router Interface Table Register Jiri Pirko
2016-07-02  9:00 ` [patch net-next 11/12] mlxsw: spectrum: Use action 'discard' when removing traps Jiri Pirko
2016-07-02  9:00 ` [patch net-next 12/12] mlxsw: spectrum: Add traps needed for router implementation Jiri Pirko
2016-07-02 20:32 ` [patch net-next 00/12] mlxsw: Lay the groundwork for the introduction of router interfaces 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).