From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 936A0C3A5A1 for ; Wed, 28 Aug 2019 15:55:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 69F412064A for ; Wed, 28 Aug 2019 15:55:07 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=messagingengine.com header.i=@messagingengine.com header.b="CjlBvEhj" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726764AbfH1PzG (ORCPT ); Wed, 28 Aug 2019 11:55:06 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:58765 "EHLO out5-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726410AbfH1PzF (ORCPT ); Wed, 28 Aug 2019 11:55:05 -0400 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 6190E22189; Wed, 28 Aug 2019 11:55:04 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute3.internal (MEProxy); Wed, 28 Aug 2019 11:55:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=O4atCehQyJoX9ZhhG jb3W1gVL75CqBUsldkQCVqgT1o=; b=CjlBvEhjqhOaeFAPazCOAxrL77AlhhOmL lr1no4pMoWmNSVbiVxxak72l+DIpzfyQlfGf2qKAuQpoWChIzfuiKBEZKpNxWku2 WyStNQT+Mkg1WZGtoUGNhkY917XAHuMAPrVeC5ZzPVNOSqdOoBJ5+E0UDdwPDa+2 TH48IG6HLhcjeQYniwnDQAKrxczPncDlobI0BrOWtbZe9cDntgkVkIbLd3OABDNz VXqhv6t6IzWmg4BOk13+jv08RN7uViErssN89Ai12XmFmnsrs0BFZetJ/hirdWpm Q32S3axslu/QkJkmmpP7wtfH+lehhxcZrX0omDBBKeijLYPGCXoXg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrudeitddgleegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkofgggfestdekredtre dttdenucfhrhhomhepkfguohcuufgthhhimhhmvghluceoihguohhstghhsehiughoshgt hhdrohhrgheqnecukfhppeduleefrdegjedrudeihedrvdehudenucfrrghrrghmpehmrg hilhhfrhhomhepihguohhstghhsehiughoshgthhdrohhrghenucevlhhushhtvghrufhi iigvpedt X-ME-Proxy: Received: from splinter.mtl.com (unknown [193.47.165.251]) by mail.messagingengine.com (Postfix) with ESMTPA id DDEA1D6005B; Wed, 28 Aug 2019 11:55:02 -0400 (EDT) From: Ido Schimmel To: netdev@vger.kernel.org Cc: davem@davemloft.net, jiri@mellanox.com, mlxsw@mellanox.com, Ido Schimmel Subject: [PATCH net-next 0/4] mlxsw: Various updates Date: Wed, 28 Aug 2019 18:54:33 +0300 Message-Id: <20190828155437.9852-1-idosch@idosch.org> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Ido Schimmel 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