From patchwork Wed Jun 8 20:04:46 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Saeed Mahameed X-Patchwork-Id: 12874620 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E0FA4C433EF for ; Wed, 8 Jun 2022 20:05:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231416AbiFHUFb (ORCPT ); Wed, 8 Jun 2022 16:05:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58934 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233904AbiFHUF1 (ORCPT ); Wed, 8 Jun 2022 16:05:27 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F19C3374270; Wed, 8 Jun 2022 13:05:26 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B492961978; Wed, 8 Jun 2022 20:05:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 11EA3C34116; Wed, 8 Jun 2022 20:05:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1654718725; bh=Xsitfxpa9SAiyjEFJ3rFzKOoSCANgcCbda2AMgv57kQ=; h=From:To:Cc:Subject:Date:From; b=ueHbtuB8zXtwlhLpmBo0kGP/RjMBO4pdgXF1Cag+GIbhRsDplAu6tLOJ22u4imHvo dSGplBnEXtou/SuVBlqZwiJDsM2A5O9zV5yf2oNGqk4XXOvdl3c/U2yBFYTNRcPTNc PsmujyopG0AH/5pHp0/HmdB3FB3gSW76Uj032luV6dQ5PSmA5vin66ll6HZKjEC4Oq 1ceESMw7chQbRBGJ+hOAuItCAfOfwNUg0NFx6Fo8WIWyRFO87Y/HvZ2A5Bt4wbBbLm EoWaaxyJo0kqUVjt+/qfAkCsfZ/1Z/5hV3ViXm1mwycNIvVUjPqNNB7TAce9w8Wjj0 y97wG9sVLqDgA== From: Saeed Mahameed To: Leon Romanovsky , Saeed Mahameed Cc: Jason Gunthorpe , "David S. Miller" , Jakub Kicinski , Paolo Abeni , Eric Dumazet , netdev@vger.kernel.org, linux-rdma@vger.kernel.org Subject: [PATCH mlx5-next 0/6] mlx5-next HW bits and definitions updates 2022-06-08 Date: Wed, 8 Jun 2022 13:04:46 -0700 Message-Id: <20220608200452.43880-1-saeed@kernel.org> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org From: Saeed Mahameed Updates to mlx5 HW bits and definitions for upcoming rdma and netdev features. Jianbo Liu (2): net/mlx5: Add IFC bits and enums for flow meter net/mlx5: Add support EXECUTE_ASO action for flow entry Ofer Levi (1): net/mlx5: Add bits and fields to support enhanced CQE compression Saeed Mahameed (1): net/mlx5: Add HW definitions of vport debug counters Shay Drory (2): net/mlx5: group fdb cleanup to single function net/mlx5: Remove not used MLX5_CAP_BITS_RW_MASK .../net/ethernet/mellanox/mlx5/core/fs_cmd.c | 33 ++++ .../net/ethernet/mellanox/mlx5/core/fs_core.c | 18 ++- .../net/ethernet/mellanox/mlx5/core/main.c | 7 - include/linux/mlx5/device.h | 36 ++--- include/linux/mlx5/fs.h | 14 ++ include/linux/mlx5/mlx5_ifc.h | 144 ++++++++++++++++-- 6 files changed, 207 insertions(+), 45 deletions(-)