From patchwork Wed Mar 10 11:02:14 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ido Schimmel X-Patchwork-Id: 397241 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=-11.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham 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 44E61C433DB for ; Wed, 10 Mar 2021 11:04:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E858764FDE for ; Wed, 10 Mar 2021 11:04:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232532AbhCJLDx (ORCPT ); Wed, 10 Mar 2021 06:03:53 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:46579 "EHLO out5-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231424AbhCJLDc (ORCPT ); Wed, 10 Mar 2021 06:03:32 -0500 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 951485C00B2; Wed, 10 Mar 2021 06:03:31 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute3.internal (MEProxy); Wed, 10 Mar 2021 06:03:31 -0500 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=fm2; bh=Al81jmWHNxGp/avWW t+e5SNDdqZBZgtlyOT+56axnSo=; b=EER2exN4DTpWnzoSUMVo4DFCVB1ZdByu1 dP+nQ8+HQIlr7uC8/jINCAvWtzXSsLJkskQbqYrsFC4vMHZnRsORWgfiXN3fQ0Nr OzHbmmdEDcTBlCh6jUlr+8m5JnCRl4/ZCxcnowt18TcudJi637AUoq5LJ/rGQ3Zc NIWJcr5zLATMIWVTiUX8L71/xJQtJKHAYG1ioNO4W6TQ60jn5LYkippwYZnlOzNs 0UvpeM+0+TRNs1pL+SEinrbj+E21/Ou4QNAmKsIqFWwvmgDPIIcWGfoE8d4fbYa2 4Uq3NVP20z7X70EmEWQFAq8ym7ejlRQCWTzClNDHix933PzLaXP8g== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledruddukedgvdefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkofgggfestdekredtre dttdenucfhrhhomhepkfguohcuufgthhhimhhmvghluceoihguohhstghhsehiughoshgt hhdrohhrgheqnecuggftrfgrthhtvghrnhepteevgefhvefggfffkeeuffeuvdfhueehhe etffeikeegheevfedvgeelvdffudfhnecukfhppeekgedrvddvledrudehfedrgeegnecu vehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepihguohhstg hhsehiughoshgthhdrohhrgh X-ME-Proxy: Received: from shredder.mellanox.com (igld-84-229-153-44.inter.net.il [84.229.153.44]) by mail.messagingengine.com (Postfix) with ESMTPA id 0BDFA1080066; Wed, 10 Mar 2021 06:03:28 -0500 (EST) From: Ido Schimmel To: netdev@vger.kernel.org Cc: davem@davemloft.net, kuba@kernel.org, jiri@nvidia.com, danieller@nvidia.com, amcohen@nvidia.com, petrm@nvidia.com, mlxsw@nvidia.com, Ido Schimmel Subject: [PATCH net-next 0/6] mlxsw: Misc updates Date: Wed, 10 Mar 2021 13:02:14 +0200 Message-Id: <20210310110220.2534350-1-idosch@idosch.org> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Ido Schimmel This patch set contains miscellaneous updates for mlxsw. Patches #1-#2 reword an extack message to make it clearer and fix a comment. Patch #3 bumps the minimum firmware version enforced by mlxsw. This is needed for two upcoming features: Resilient hashing and per-flow sampling. Patches #4-#6 improve the information reported via devlink-health for 'fw_fatal' events. Amit Cohen (1): mlxsw: reg: Fix comment about slot_index field in PMAOS register Danielle Ratson (4): mlxsw: spectrum: Reword an error message for Q-in-Q veto mlxsw: reg: Extend MFDE register with new log_ip field mlxsw: core: Expose MFDE.log_ip to devlink health mlxsw: Adjust some MFDE fields shift and size to fw implementation Petr Machata (1): mlxsw: spectrum: Bump minimum FW version to xx.2008.2406 drivers/net/ethernet/mellanox/mlxsw/core.c | 6 +++++- drivers/net/ethernet/mellanox/mlxsw/reg.h | 13 ++++++++++--- drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 8 ++++---- 3 files changed, 19 insertions(+), 8 deletions(-)