[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170824064010.1646-1-jiri@resnulli.us>
Date: Thu, 24 Aug 2017 08:39:58 +0200
From: Jiri Pirko <jiri@...nulli.us>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, arkadis@...lanox.com, idosch@...lanox.com,
mlxsw@...lanox.com
Subject: [patch net-next 00/12] mlxsw: Add IPv4 host dpipe table
From: Jiri Pirko <jiri@...lanox.com>
Arkadi says:
This patchset adds IPv4 host dpipe table support. This will provide the
ability to observe the hardware offloaded IPv4 neighbors.
Arkadi Sharshevsky (12):
devlink: Add Ethernet header for dpipe
devlink: Add IPv4 header for dpipe
mlxsw: spectrum_dpipe: Fix erif table op name space
devlink: Add support for dynamic table size
devlink: Move dpipe entry clear function into devlink
mlxsw: spectrum_router: Add helpers for neighbor access
mlxsw: spectrum_dpipe: Fix label name
mlxsw: spectrum_dpipe: Add IPv4 host table initial support
mlxsw: reg: Make flow counter set type enum to be shared
mlxsw: spectrum_router: Add support for setting counters on neighbors
mlxsw: spectrum_dpipe: Add support for IPv4 host table dump
mlxsw: spectrum_dpipe: Add support for controlling neighbor counters
drivers/net/ethernet/mellanox/mlxsw/reg.h | 28 +-
drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 10 +-
.../net/ethernet/mellanox/mlxsw/spectrum_dpipe.c | 433 +++++++++++++++++++--
.../net/ethernet/mellanox/mlxsw/spectrum_dpipe.h | 1 +
.../net/ethernet/mellanox/mlxsw/spectrum_router.c | 104 +++++
.../net/ethernet/mellanox/mlxsw/spectrum_router.h | 20 +
include/net/devlink.h | 15 +-
include/uapi/linux/devlink.h | 13 +
net/core/devlink.c | 68 +++-
9 files changed, 636 insertions(+), 56 deletions(-)
--
2.9.3
Powered by blists - more mailing lists