netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch net-next 00/10] mlxsw: Add router adjacency dpipe table
@ 2017-09-25  8:32 Jiri Pirko
  2017-09-25  8:32 ` [patch net-next 01/10] mlxsw: spectrum_dpipe: Fix indentation in header description Jiri Pirko
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Jiri Pirko @ 2017-09-25  8:32 UTC (permalink / raw)
  To: netdev; +Cc: davem, arkadis, idosch, mlxsw

From: Jiri Pirko <jiri@mellanox.com>

Arkadi says:

This patchset adds router adjacency dpipe table support. This will provide
the ability to observe the hardware offloaded IPv4/6 nexthops.

Arkadi Sharshevsky (10):
  mlxsw: spectrum_dpipe: Fix indentation in header description
  mlxsw: Add fields for mlxsw's meta header for adjacency table
  mlxsw: spectrum_router: Keep nexthops in a linked list
  mlxsw: spectrum_router: Use helper to check for last neighbor
  mlxsw: spectrum_router: Add helpers for nexthop access
  mlxsw: spectrum_dpipe: Add initial support for the router adjacency
    table
  mlxsw: reg: Add support for counters on RATR
  mlxsw: spectrum: Add support for setting counters on nexthops
  mlxsw: spectrum_dpipe: Add support for adjacency table dump
  mlxsw: spectrum_dpipe: Add support for controlling nexthop counters

 drivers/net/ethernet/mellanox/mlxsw/reg.h          |  44 ++-
 .../net/ethernet/mellanox/mlxsw/spectrum_dpipe.c   | 397 ++++++++++++++++++++-
 .../net/ethernet/mellanox/mlxsw/spectrum_dpipe.h   |   1 +
 .../net/ethernet/mellanox/mlxsw/spectrum_router.c  | 134 ++++++-
 .../net/ethernet/mellanox/mlxsw/spectrum_router.h  |  20 ++
 5 files changed, 572 insertions(+), 24 deletions(-)

-- 
2.9.5

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

end of thread, other threads:[~2017-09-27  3:05 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-25  8:32 [patch net-next 00/10] mlxsw: Add router adjacency dpipe table Jiri Pirko
2017-09-25  8:32 ` [patch net-next 01/10] mlxsw: spectrum_dpipe: Fix indentation in header description Jiri Pirko
2017-09-25  8:32 ` [patch net-next 02/10] mlxsw: Add fields for mlxsw's meta header for adjacency table Jiri Pirko
2017-09-25  8:32 ` [patch net-next 03/10] mlxsw: spectrum_router: Keep nexthops in a linked list Jiri Pirko
2017-09-25  8:32 ` [patch net-next 04/10] mlxsw: spectrum_router: Use helper to check for last neighbor Jiri Pirko
2017-09-25  8:32 ` [patch net-next 05/10] mlxsw: spectrum_router: Add helpers for nexthop access Jiri Pirko
2017-09-25  8:32 ` [patch net-next 06/10] mlxsw: spectrum_dpipe: Add initial support for the router adjacency table Jiri Pirko
2017-09-25  8:32 ` [patch net-next 07/10] mlxsw: reg: Add support for counters on RATR Jiri Pirko
2017-09-25  8:32 ` [patch net-next 08/10] mlxsw: spectrum: Add support for setting counters on nexthops Jiri Pirko
2017-09-25  8:32 ` [patch net-next 09/10] mlxsw: spectrum_dpipe: Add support for adjacency table dump Jiri Pirko
2017-09-25  8:32 ` [patch net-next 10/10] mlxsw: spectrum_dpipe: Add support for controlling nexthop counters Jiri Pirko
2017-09-27  3:05 ` [patch net-next 00/10] mlxsw: Add router adjacency dpipe table 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).