Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] mlxsw: Various updates
@ 2019-08-28 15:54 Ido Schimmel
  2019-08-28 15:54 ` [PATCH net-next 1/4] mlxsw: Remove 56G speed support Ido Schimmel
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Ido Schimmel @ 2019-08-28 15:54 UTC (permalink / raw)
  To: netdev; +Cc: davem, jiri, mlxsw, Ido Schimmel

From: Ido Schimmel <idosch@mellanox.com>

Patch #1 from Amit removes 56G speed support. The reasons for this are
detailed in the commit message.

Patch #2 from Shalom ensures that the hardware does not auto negotiate
the number of used lanes. For example, if a four lane port supports 100G
over both two and four lanes, it will not advertise the two lane link
mode.

Patch #3 bumps the firmware version supported by the driver.

Patch #4 from Petr adds ethtool counters to help debug the internal PTP
implementation in mlxsw. I copied Richard on this patch in case he has
comments.

Amit Cohen (1):
  mlxsw: Remove 56G speed support

Ido Schimmel (1):
  mlxsw: Bump firmware version to 13.2000.1886

Petr Machata (1):
  mlxsw: spectrum_ptp: Add counters for GC events

Shalom Toledo (1):
  mlxsw: spectrum: Prevent auto negotiation on number of lanes

 drivers/net/ethernet/mellanox/mlxsw/reg.h     |   1 -
 .../net/ethernet/mellanox/mlxsw/spectrum.c    | 140 ++++++++++++------
 .../net/ethernet/mellanox/mlxsw/spectrum.h    |  17 ++-
 .../ethernet/mellanox/mlxsw/spectrum_ptp.c    |  67 +++++++++
 .../ethernet/mellanox/mlxsw/spectrum_ptp.h    |  32 ++++
 .../net/ethernet/mellanox/mlxsw/switchx2.c    |   6 -
 6 files changed, 210 insertions(+), 53 deletions(-)

-- 
2.21.0


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

end of thread, other threads:[~2019-08-29  1:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-28 15:54 [PATCH net-next 0/4] mlxsw: Various updates Ido Schimmel
2019-08-28 15:54 ` [PATCH net-next 1/4] mlxsw: Remove 56G speed support Ido Schimmel
2019-08-28 15:54 ` [PATCH net-next 2/4] mlxsw: spectrum: Prevent auto negotiation on number of lanes Ido Schimmel
2019-08-28 15:54 ` [PATCH net-next 3/4] mlxsw: Bump firmware version to 13.2000.1886 Ido Schimmel
2019-08-28 15:54 ` [PATCH net-next 4/4] mlxsw: spectrum_ptp: Add counters for GC events Ido Schimmel
2019-08-28 23:45 ` [PATCH net-next 0/4] mlxsw: Various updates Jakub Kicinski
2019-08-29  1:24 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox