All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch net-next 00/12] mlxsw: Cosmetic fixes
@ 2020-02-23  7:31 Jiri Pirko
  2020-02-23  7:31 ` [patch net-next 01/12] mlxsw: spectrum_trap: Use err variable instead of directly checking func return value Jiri Pirko
                   ` (12 more replies)
  0 siblings, 13 replies; 15+ messages in thread
From: Jiri Pirko @ 2020-02-23  7:31 UTC (permalink / raw)
  To: netdev; +Cc: davem, kuba, idosch, mlxsw

From: Jiri Pirko <jiri@mellanox.com>

This is a set of mainly action/trap related cosmetic fixes.
No functional changes.

Ido Schimmel (1):
  mlxsw: pci: Remove unused values

Jiri Pirko (11):
  mlxsw: spectrum_trap: Use err variable instead of directly checking
    func return value
  mlxsw: spectrum_trap: Move functions to avoid their forward
    declarations
  mlxsw: core_acl_flex_actions: Rename Trap / Discard Action to Trap
    Action
  mlxsw: spectrum_trap: Move policer initialization to
    mlxsw_sp_trap_init()
  mlxsw: core: Remove unused action field from mlxsw_rx_listener struct
  mlxsw: core: Remove dummy union name from struct mlxsw_listener
  mlxsw: core: Convert is_event and is_ctrl bools to be single bits
  mlxsw: core: Remove initialization to false of mlxsw_listener struct
  mlxsw: spectrum_trap: Make global arrays const as they should be
  mlxsw: spectrum_acl: Make block arg const where appropriate
  mlxsw: core: Remove priv from listener equality comparison

 drivers/net/ethernet/mellanox/mlxsw/core.c    |  38 ++-
 drivers/net/ethernet/mellanox/mlxsw/core.h    |  19 +-
 .../mellanox/mlxsw/core_acl_flex_actions.c    | 103 ++++----
 drivers/net/ethernet/mellanox/mlxsw/pci_hw.h  |   2 -
 .../net/ethernet/mellanox/mlxsw/spectrum.h    |   7 +-
 .../ethernet/mellanox/mlxsw/spectrum_acl.c    |  10 +-
 .../ethernet/mellanox/mlxsw/spectrum_trap.c   | 221 ++++++++----------
 7 files changed, 174 insertions(+), 226 deletions(-)

-- 
2.21.1


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

end of thread, other threads:[~2020-02-24  7:02 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-23  7:31 [patch net-next 00/12] mlxsw: Cosmetic fixes Jiri Pirko
2020-02-23  7:31 ` [patch net-next 01/12] mlxsw: spectrum_trap: Use err variable instead of directly checking func return value Jiri Pirko
2020-02-23  7:31 ` [patch net-next 02/12] mlxsw: spectrum_trap: Move functions to avoid their forward declarations Jiri Pirko
2020-02-23  7:31 ` [patch net-next 03/12] mlxsw: core_acl_flex_actions: Rename Trap / Discard Action to Trap Action Jiri Pirko
2020-02-23  7:31 ` [patch net-next 04/12] mlxsw: spectrum_trap: Move policer initialization to mlxsw_sp_trap_init() Jiri Pirko
2020-02-23  7:31 ` [patch net-next 05/12] mlxsw: core: Remove unused action field from mlxsw_rx_listener struct Jiri Pirko
2020-02-23  7:31 ` [patch net-next 06/12] mlxsw: core: Remove dummy union name from struct mlxsw_listener Jiri Pirko
2020-02-23  7:31 ` [patch net-next 07/12] mlxsw: core: Convert is_event and is_ctrl bools to be single bits Jiri Pirko
2020-02-23  7:31 ` [patch net-next 08/12] mlxsw: core: Remove initialization to false of mlxsw_listener struct Jiri Pirko
2020-02-23  7:31 ` [patch net-next 09/12] mlxsw: spectrum_trap: Make global arrays const as they should be Jiri Pirko
2020-02-23  7:31 ` [patch net-next 10/12] mlxsw: spectrum_acl: Make block arg const where appropriate Jiri Pirko
2020-02-23  7:31 ` [patch net-next 11/12] mlxsw: core: Remove priv from listener equality comparison Jiri Pirko
2020-02-23  7:31 ` [patch net-next 12/12] mlxsw: pci: Remove unused values Jiri Pirko
2020-02-24  0:13 ` [patch net-next 00/12] mlxsw: Cosmetic fixes David Miller
2020-02-24  7:02   ` Jiri Pirko

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.