netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch net-next 00/13] mlxsw: Prepare for multicast router offload
@ 2017-09-19  8:00 Jiri Pirko
  2017-09-19  8:00 ` [patch net-next 01/13] mlxsw: spectrum: Change init order Jiri Pirko
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Jiri Pirko @ 2017-09-19  8:00 UTC (permalink / raw)
  To: netdev; +Cc: davem, yotamg, idosch, mlxsw

From: Jiri Pirko <jiri@mellanox.com>

Yotam says:

This patch-set makes various preparations needed for the multicast router
offloading, which include:
 - Add the needed registers.
 - Add needed ACL actions.
 - Add new traps and trap groups.
 - Exporting needed private structs and enums.

Yotam Gigi (13):
  mlxsw: spectrum: Change init order
  mlxsw: spectrum: Move ACL flexible actions instance to spectrum
  mlxsw: acl: Introduce mcrouter ACL action
  mlxsw: acl: Change trap ACL action to get the trap_id as a parameter
  mlxsw: reg: Rename the flexible action set length field
  mlxsw: reg: Add The Router TCAM Allocation register
  mlxsw: reg: Add the Router Interface Group Version 2 register
  mlxsw: resources: Add multicast ERIF list entries resource
  mlxsw: reg: Add the Router Multicast Forwarding Table Version 2
    register
  mlxsw: reg: Add Router Rules Copy Register
  mlxsw: reg: Configure RIF to forward IPv4 multicast packets by default
  mlxsw: spectrum_router: Export RIF dev access function
  mlxsw: spectrum: Add multicast router traps and trap groups

 drivers/net/ethernet/mellanox/mlxsw/Makefile       |   2 +-
 .../mellanox/mlxsw/core_acl_flex_actions.c         |  75 ++++-
 .../mellanox/mlxsw/core_acl_flex_actions.h         |   5 +-
 drivers/net/ethernet/mellanox/mlxsw/reg.h          | 363 ++++++++++++++++++++-
 drivers/net/ethernet/mellanox/mlxsw/resources.h    |   2 +
 drivers/net/ethernet/mellanox/mlxsw/spectrum.c     |  38 ++-
 drivers/net/ethernet/mellanox/mlxsw/spectrum.h     |   1 +
 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c |  96 +-----
 .../mellanox/mlxsw/spectrum_acl_flex_actions.c     | 129 ++++++++
 .../mellanox/mlxsw/spectrum_acl_flex_actions.h     |  44 +++
 .../net/ethernet/mellanox/mlxsw/spectrum_router.c  |   5 +
 .../net/ethernet/mellanox/mlxsw/spectrum_router.h  |   1 +
 drivers/net/ethernet/mellanox/mlxsw/trap.h         |   4 +
 13 files changed, 655 insertions(+), 110 deletions(-)
 create mode 100644 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_flex_actions.c
 create mode 100644 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_flex_actions.h

-- 
2.9.5

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

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

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-19  8:00 [patch net-next 00/13] mlxsw: Prepare for multicast router offload Jiri Pirko
2017-09-19  8:00 ` [patch net-next 01/13] mlxsw: spectrum: Change init order Jiri Pirko
2017-09-19  8:00 ` [patch net-next 02/13] mlxsw: spectrum: Move ACL flexible actions instance to spectrum Jiri Pirko
2017-09-19  8:00 ` [patch net-next 03/13] mlxsw: acl: Introduce mcrouter ACL action Jiri Pirko
2017-09-19  8:00 ` [patch net-next 04/13] mlxsw: acl: Change trap ACL action to get the trap_id as a parameter Jiri Pirko
2017-09-19  8:00 ` [patch net-next 05/13] mlxsw: reg: Rename the flexible action set length field Jiri Pirko
2017-09-19  8:00 ` [patch net-next 06/13] mlxsw: reg: Add The Router TCAM Allocation register Jiri Pirko
2017-09-19  8:00 ` [patch net-next 07/13] mlxsw: reg: Add the Router Interface Group Version 2 register Jiri Pirko
2017-09-19  8:00 ` [patch net-next 08/13] mlxsw: resources: Add multicast ERIF list entries resource Jiri Pirko
2017-09-19  8:00 ` [patch net-next 09/13] mlxsw: reg: Add the Router Multicast Forwarding Table Version 2 register Jiri Pirko
2017-09-19  8:00 ` [patch net-next 10/13] mlxsw: reg: Add Router Rules Copy Register Jiri Pirko
2017-09-19  8:00 ` [patch net-next 11/13] mlxsw: reg: Configure RIF to forward IPv4 multicast packets by default Jiri Pirko
2017-09-19  8:00 ` [patch net-next 12/13] mlxsw: spectrum_router: Export RIF dev access function Jiri Pirko
2017-09-19  8:00 ` [patch net-next 13/13] mlxsw: spectrum: Add multicast router traps and trap groups Jiri Pirko
2017-09-19 21:24 ` [patch net-next 00/13] mlxsw: Prepare for multicast router offload 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).