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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6F121C77B73 for ; Thu, 20 Apr 2023 01:10:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230287AbjDTBKJ (ORCPT ); Wed, 19 Apr 2023 21:10:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59032 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229547AbjDTBKI (ORCPT ); Wed, 19 Apr 2023 21:10:08 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 92079A1 for ; Wed, 19 Apr 2023 18:10:07 -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 2CB3960C6E for ; Thu, 20 Apr 2023 01:10:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 043BCC433D2; Thu, 20 Apr 2023 01:10:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1681953006; bh=old52JLZIfMJYcnuzf9G+ElaNsubBjwZ+vM9V0Ee6UA=; h=From:To:Cc:Subject:Date:From; b=ES4GJCDG8y0h96cQVuIqfTXam4pi0KMXLHIqxwtPoUn/ebcleIIy7VwpbLj1rcK23 zSLdhCecG++UmgULfocfD//C6hn1BQKOlgmkN+jD8JsHLBDW4JRIps5mAHoItn1Doi 93Gn9/aROq73yZbXzmBtEhyR4wCeL6yWJ1CYTYop6LbCjbW0xJ67Py4BJxmEUlldMK WVm6eaQgLlhBqRubqPnMz+UH4CQod1c+nGD+kRKhKcR15IYKUOkMqiNpEFNDBD7uFi AXHcUpwh6YopcJJST19D+wTYD1xpiLNbcLg4LPUJtw66DxXT9kXIUVZQp/RumeItCN Iho50iw9pjdcw== From: Saeed Mahameed To: "David S. Miller" , Jakub Kicinski , Paolo Abeni , Eric Dumazet Cc: Saeed Mahameed , netdev@vger.kernel.org, Tariq Toukan Subject: [pull request][net 00/10] mlx5 fixes 2023-04-19 Date: Wed, 19 Apr 2023 18:09:49 -0700 Message-Id: <20230420010959.276760-1-saeed@kernel.org> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Saeed Mahameed This series provides bug fixes to mlx5 driver. Please pull and let me know if there is any problem. Thanks, Saeed. The following changes since commit 7b97174d0ef798ba7f802c07527ae378923e5ebc: Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue (2023-04-19 18:00:04 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2023-04-19 for you to fetch changes up to 5fd33ec419b73c32c45663f32b73c9700b96bec4: Revert "net/mlx5e: Don't use termination table when redundant" (2023-04-19 18:05:51 -0700) ---------------------------------------------------------------- mlx5-fixes-2023-04-19 ---------------------------------------------------------------- Aya Levin (1): net/mlx5e: Nullify table pointer when failing to create Chris Mi (3): net/mlx5: E-switch, Create per vport table based on devlink encap mode net/mlx5: E-switch, Don't destroy indirect table in split rule net/mlx5: Release tunnel device after tc update skb Moshe Shemesh (2): Revert "net/mlx5: Remove "recovery" arg from mlx5_load_one() function" net/mlx5: Use recovery timeout on sync reset flow Roi Dayan (1): net/mlx5e: Fix error flow in representor failing to add vport rx rule Vlad Buslov (3): net/mlx5e: Don't clone flow post action attributes second time net/mlx5e: Release the label when replacing existing ct entry Revert "net/mlx5e: Don't use termination table when redundant" drivers/net/ethernet/mellanox/mlx5/core/devlink.c | 2 +- .../net/ethernet/mellanox/mlx5/core/en/rep/tc.c | 1 + .../ethernet/mellanox/mlx5/core/en/tc/post_act.c | 11 ++------ .../ethernet/mellanox/mlx5/core/en/tc/post_act.h | 2 +- .../net/ethernet/mellanox/mlx5/core/en/tc/sample.c | 4 +-- drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c | 1 + drivers/net/ethernet/mellanox/mlx5/core/en_fs.c | 5 +++- drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 1 + drivers/net/ethernet/mellanox/mlx5/core/en_rep.c | 2 ++ .../net/ethernet/mellanox/mlx5/core/esw/vporttbl.c | 12 +++++++- drivers/net/ethernet/mellanox/mlx5/core/eswitch.h | 2 +- .../ethernet/mellanox/mlx5/core/eswitch_offloads.c | 4 +-- .../mellanox/mlx5/core/eswitch_offloads_termtbl.c | 32 +++------------------- drivers/net/ethernet/mellanox/mlx5/core/fw_reset.c | 4 +-- drivers/net/ethernet/mellanox/mlx5/core/main.c | 9 +++--- .../net/ethernet/mellanox/mlx5/core/mlx5_core.h | 2 +- 16 files changed, 40 insertions(+), 54 deletions(-)