From: Jiri Pirko <j...@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