Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next 00/15] mlxsw: Offload IPv6 multicast routes
@ 2018-03-26 12:01 Ido Schimmel
  2018-03-26 12:01 ` [PATCH net-next 01/15] ipmr: Make vif fib notifiers common Ido Schimmel
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Ido Schimmel @ 2018-03-26 12:01 UTC (permalink / raw)
  To: netdev; +Cc: davem, yuvalm, jiri, nikolay, Ido Schimmel

Yuval says:

The series is intended to allow offloading IPv6 multicast routes
and is split into two parts:

  - First half of the patches continue extending ip6mr [& refactor ipmr]
    with missing bits necessary for the offloading - fib-notifications,
    mfc refcounting and default rule identification.

  - Second half of the patches extend functionality inside mlxsw,
    beginning with extending lower-parts to support IPv6 mroutes
    to host and later extending the router/mr internal APIs within
    the driver to accommodate support in ipv6 configurations.
    Lastly it adds support in the RTNL_FAMILY_IP6MR notifications,
    allowing driver to react and offload related routes.

Yuval Mintz (15):
  ipmr: Make vif fib notifiers common
  ipmr: Make MFC fib notifiers common
  ipmr: Make ipmr_dump() common
  ip6mr: Support fib notifications
  ip6mr: Add API for default_rule fib
  ip6mr: Add refcounting to mfc
  mlxsw: reg: Configure RIF to forward IPv6 multicast packets
  mlxsw: reg: Add register settings for IPv6 multicast routing
  mlxsw: spectrum_mr: Pass protocol as part of catchall route params
  mlxsw: spectrum_router: Support IPv6 multicast to host CPU
  mlxsw: spectrum_mr: Convert into using mr_mfc
  mlxsw: spectrum_router: Make IPMR-related APIs family agnostic
  mlxsw: spectrum_mr: Add ipv6 specific operations
  mlxsw: spectrum_router: Process IP6MR fib notification
  mlxsw: spectrum: Add multicast router trap for PIMv6

 drivers/net/ethernet/mellanox/mlxsw/reg.h          |  74 +++++-
 drivers/net/ethernet/mellanox/mlxsw/spectrum.c     |   1 +
 drivers/net/ethernet/mellanox/mlxsw/spectrum_mr.c  | 293 +++++++++++++--------
 drivers/net/ethernet/mellanox/mlxsw/spectrum_mr.h  |   9 +-
 .../net/ethernet/mellanox/mlxsw/spectrum_mr_tcam.c | 105 +++++---
 .../net/ethernet/mellanox/mlxsw/spectrum_router.c  |  98 +++++--
 .../net/ethernet/mellanox/mlxsw/spectrum_router.h  |   1 +
 drivers/net/ethernet/mellanox/mlxsw/trap.h         |   1 +
 include/linux/mroute.h                             |  33 ---
 include/linux/mroute6.h                            |  10 +
 include/linux/mroute_base.h                        | 128 +++++++++
 include/net/netns/ipv6.h                           |   2 +
 net/ipv4/ipmr.c                                    | 110 +-------
 net/ipv4/ipmr_base.c                               |  42 +++
 net/ipv6/ip6mr.c                                   | 125 ++++++++-
 15 files changed, 701 insertions(+), 331 deletions(-)

-- 
2.14.3

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

end of thread, other threads:[~2018-03-26 17:15 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-26 12:01 [PATCH net-next 00/15] mlxsw: Offload IPv6 multicast routes Ido Schimmel
2018-03-26 12:01 ` [PATCH net-next 01/15] ipmr: Make vif fib notifiers common Ido Schimmel
2018-03-26 12:01 ` [PATCH net-next 02/15] ipmr: Make MFC " Ido Schimmel
2018-03-26 12:01 ` [PATCH net-next 03/15] ipmr: Make ipmr_dump() common Ido Schimmel
2018-03-26 12:01 ` [PATCH net-next 04/15] ip6mr: Support fib notifications Ido Schimmel
2018-03-26 12:01 ` [PATCH net-next 05/15] ip6mr: Add API for default_rule fib Ido Schimmel
2018-03-26 12:01 ` [PATCH net-next 06/15] ip6mr: Add refcounting to mfc Ido Schimmel
2018-03-26 12:01 ` [PATCH net-next 07/15] mlxsw: reg: Configure RIF to forward IPv6 multicast packets Ido Schimmel
2018-03-26 12:01 ` [PATCH net-next 08/15] mlxsw: reg: Add register settings for IPv6 multicast routing Ido Schimmel
2018-03-26 12:01 ` [PATCH net-next 09/15] mlxsw: spectrum_mr: Pass protocol as part of catchall route params Ido Schimmel
2018-03-26 12:01 ` [PATCH net-next 10/15] mlxsw: spectrum_router: Support IPv6 multicast to host CPU Ido Schimmel
2018-03-26 12:01 ` [PATCH net-next 11/15] mlxsw: spectrum_mr: Convert into using mr_mfc Ido Schimmel
2018-03-26 12:01 ` [PATCH net-next 12/15] mlxsw: spectrum_router: Make IPMR-related APIs family agnostic Ido Schimmel
2018-03-26 12:01 ` [PATCH net-next 13/15] mlxsw: spectrum_mr: Add ipv6 specific operations Ido Schimmel
2018-03-26 12:01 ` [PATCH net-next 14/15] mlxsw: spectrum_router: Process IP6MR fib notification Ido Schimmel
2018-03-26 12:01 ` [PATCH net-next 15/15] mlxsw: spectrum: Add multicast router trap for PIMv6 Ido Schimmel
2018-03-26 17:15 ` [PATCH net-next 00/15] mlxsw: Offload IPv6 multicast routes David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox