All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch net-next 00/12] mlxsw: Add IPv4 host dpipe table
@ 2017-08-24  6:39 Jiri Pirko
  2017-08-24  6:39 ` [patch net-next 01/12] devlink: Add Ethernet header for dpipe Jiri Pirko
                   ` (12 more replies)
  0 siblings, 13 replies; 21+ messages in thread
From: Jiri Pirko @ 2017-08-24  6:39 UTC (permalink / raw)
  To: netdev; +Cc: davem, arkadis, idosch, mlxsw

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

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

end of thread, other threads:[~2017-08-29  7:55 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-24  6:39 [patch net-next 00/12] mlxsw: Add IPv4 host dpipe table Jiri Pirko
2017-08-24  6:39 ` [patch net-next 01/12] devlink: Add Ethernet header for dpipe Jiri Pirko
2017-08-24  6:40 ` [patch net-next 02/12] devlink: Add IPv4 " Jiri Pirko
2017-08-24  6:40 ` [patch net-next 03/12] mlxsw: spectrum_dpipe: Fix erif table op name space Jiri Pirko
2017-08-24  6:40 ` [patch net-next 04/12] devlink: Add support for dynamic table size Jiri Pirko
2017-08-24  6:40 ` [patch net-next 05/12] devlink: Move dpipe entry clear function into devlink Jiri Pirko
2017-08-24  6:40 ` [patch net-next 06/12] mlxsw: spectrum_router: Add helpers for neighbor access Jiri Pirko
2017-08-24  6:40 ` [patch net-next 07/12] mlxsw: spectrum_dpipe: Fix label name Jiri Pirko
2017-08-24  6:40 ` [patch net-next 08/12] mlxsw: spectrum_dpipe: Add IPv4 host table initial support Jiri Pirko
2017-08-24  6:40 ` [patch net-next 09/12] mlxsw: reg: Make flow counter set type enum to be shared Jiri Pirko
2017-08-24  6:40 ` [patch net-next 10/12] mlxsw: spectrum_router: Add support for setting counters on neighbors Jiri Pirko
2017-08-24  6:40 ` [patch net-next 11/12] mlxsw: spectrum_dpipe: Add support for IPv4 host table dump Jiri Pirko
2017-08-24 19:26   ` David Ahern
2017-08-25  9:26     ` Arkadi Sharshevsky
2017-08-25 19:51       ` David Ahern
2017-08-27  8:31         ` Arkadi Sharshevsky
2017-08-29  2:57           ` David Ahern
2017-08-29  7:55             ` Jiri Pirko
2017-08-24  6:40 ` [patch net-next 12/12] mlxsw: spectrum_dpipe: Add support for controlling neighbor counters Jiri Pirko
2017-08-24 19:28   ` David Ahern
2017-08-24 16:33 ` [patch net-next 00/12] mlxsw: Add IPv4 host dpipe table David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.