netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 00/14] mlxsw: Various trap changes - part 2
@ 2020-05-25 23:05 Ido Schimmel
  2020-05-25 23:05 ` [PATCH net-next 01/14] mlxsw: spectrum: Use dedicated trap group for ACL trap Ido Schimmel
                   ` (15 more replies)
  0 siblings, 16 replies; 22+ messages in thread
From: Ido Schimmel @ 2020-05-25 23:05 UTC (permalink / raw)
  To: netdev; +Cc: davem, kuba, jiri, mlxsw, Ido Schimmel

From: Ido Schimmel <idosch@mellanox.com>

This patch set contains another set of small changes in mlxsw trap
configuration. It is the last set before exposing control traps (e.g.,
IGMP query, ARP request) via devlink-trap.

Tested with existing devlink-trap selftests. Please see individual
patches for a detailed changelog.

Ido Schimmel (14):
  mlxsw: spectrum: Use dedicated trap group for ACL trap
  mlxsw: spectrum: Use same switch case for identical groups
  mlxsw: spectrum: Rename IPv6 ND trap group
  mlxsw: spectrum: Use same trap group for various IPv6 packets
  mlxsw: spectrum: Use separate trap group for FID miss
  mlxsw: spectrum: Use same trap group for local routes and link-local
    destination
  mlxsw: spectrum: Reduce priority of locally delivered packets
  mlxsw: switchx2: Move SwitchX-2 trap groups out of main enum
  mlxsw: spectrum_trap: Do not hard code "thin" policer identifier
  mlxsw: reg: Move all trap groups under the same enum
  mlxsw: spectrum: Share one group for all locally delivered packets
  mlxsw: spectrum: Treat IPv6 link-local SIP as an exception
  mlxsw: spectrum: Add packet traps for BFD packets
  mlxsw: spectrum_router: Allow programming link-local prefix routes

 drivers/net/ethernet/mellanox/mlxsw/reg.h     | 17 ++++----
 .../net/ethernet/mellanox/mlxsw/spectrum.c    | 40 +++++++++++--------
 .../ethernet/mellanox/mlxsw/spectrum_router.c |  6 ++-
 .../ethernet/mellanox/mlxsw/spectrum_trap.c   | 17 +++++---
 .../ethernet/mellanox/mlxsw/spectrum_trap.h   |  2 +
 .../net/ethernet/mellanox/mlxsw/switchx2.c    |  5 +++
 drivers/net/ethernet/mellanox/mlxsw/trap.h    |  2 +
 .../drivers/net/mlxsw/sharedbuffer.sh         |  2 +-
 8 files changed, 56 insertions(+), 35 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2020-05-29 18:35 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-25 23:05 [PATCH net-next 00/14] mlxsw: Various trap changes - part 2 Ido Schimmel
2020-05-25 23:05 ` [PATCH net-next 01/14] mlxsw: spectrum: Use dedicated trap group for ACL trap Ido Schimmel
2020-05-25 23:05 ` [PATCH net-next 02/14] mlxsw: spectrum: Use same switch case for identical groups Ido Schimmel
2020-05-25 23:05 ` [PATCH net-next 03/14] mlxsw: spectrum: Rename IPv6 ND trap group Ido Schimmel
2020-05-25 23:05 ` [PATCH net-next 04/14] mlxsw: spectrum: Use same trap group for various IPv6 packets Ido Schimmel
2020-05-25 23:05 ` [PATCH net-next 05/14] mlxsw: spectrum: Use separate trap group for FID miss Ido Schimmel
2020-05-25 23:05 ` [PATCH net-next 06/14] mlxsw: spectrum: Use same trap group for local routes and link-local destination Ido Schimmel
2020-05-25 23:05 ` [PATCH net-next 07/14] mlxsw: spectrum: Reduce priority of locally delivered packets Ido Schimmel
2020-05-25 23:05 ` [PATCH net-next 08/14] mlxsw: switchx2: Move SwitchX-2 trap groups out of main enum Ido Schimmel
2020-05-25 23:05 ` [PATCH net-next 09/14] mlxsw: spectrum_trap: Do not hard code "thin" policer identifier Ido Schimmel
2020-05-25 23:05 ` [PATCH net-next 10/14] mlxsw: reg: Move all trap groups under the same enum Ido Schimmel
2020-05-25 23:05 ` [PATCH net-next 11/14] mlxsw: spectrum: Share one group for all locally delivered packets Ido Schimmel
2020-05-25 23:05 ` [PATCH net-next 12/14] mlxsw: spectrum: Treat IPv6 link-local SIP as an exception Ido Schimmel
2020-05-25 23:05 ` [PATCH net-next 13/14] mlxsw: spectrum: Add packet traps for BFD packets Ido Schimmel
2020-05-25 23:05 ` [PATCH net-next 14/14] mlxsw: spectrum_router: Allow programming link-local prefix routes Ido Schimmel
2020-05-26 22:14 ` [PATCH net-next 00/14] mlxsw: Various trap changes - part 2 Jakub Kicinski
2020-05-26 23:19   ` Ido Schimmel
2020-05-26 23:43     ` Jakub Kicinski
2020-05-27  7:38       ` Ido Schimmel
2020-05-27 19:50         ` Jakub Kicinski
2020-05-29 18:35           ` Ido Schimmel
2020-05-27  3:34 ` 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).