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 B8CBFC7618A for ; Wed, 15 Mar 2023 22:58:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231859AbjCOW6z (ORCPT ); Wed, 15 Mar 2023 18:58:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60124 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231303AbjCOW6y (ORCPT ); Wed, 15 Mar 2023 18:58:54 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 53F5F74337 for ; Wed, 15 Mar 2023 15:58:52 -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 ams.source.kernel.org (Postfix) with ESMTPS id 104C0B81F94 for ; Wed, 15 Mar 2023 22:58:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9C5A1C4339B; Wed, 15 Mar 2023 22:58:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1678921129; bh=AOZbfjUeVkHBm2dcWc+c9bJd3k5FdlaH++04JLIqIHc=; h=From:To:Cc:Subject:Date:From; b=bTjdG6ZgsCI0he/HTA+IffUYkcGB4kR0pggXB/wNd78nKL4poegB+hdivUuorJPEX 5ZrPW9JB3+5xBCW8KsmOuiM+xCSe00DDuMdRScB3EEfZO5k3QVG9zBsrZj83RFsyv/ st8R23rC8kXNgabSZwYKhxr+EqxwI7DRmb8FJ8zKi/vdXyROASvQEeTXEobTuANGoB 7qcG03cm/8rfdL28yJAzlxGgU/wRW15fcflZPMoY3Pwe26vn9u7Pnxn6p2hu6CB9fF W9X6MSC24mA8oJZiwc1tyKe+BhPJQIBI+HI/VKWvALGlGnYuZzOoRkcvl4RZIgN/YA wvALr8LZwGBqg== 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 V2 00/14] mlx5 fixes 2023-03-15 Date: Wed, 15 Mar 2023 15:58:33 -0700 Message-Id: <20230315225847.360083-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. v1->v2: - Remove blank line around "Fixes:" tag - Use mlx5 prefix for static functions Thanks, Saeed. The following changes since commit 75014826d0826d175aa9e36cd8e118793263e3f4: Merge branch 'mtk_eth_soc-SGMII-fixes' (2023-03-15 08:58:13 +0000) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2023-03-15 for you to fetch changes up to c7b7c64ab5821352db0b3fbaa92773e5a60bfaa7: net/mlx5e: TC, Remove error message log print (2023-03-15 15:50:18 -0700) ---------------------------------------------------------------- mlx5-fixes-2023-03-15 ---------------------------------------------------------------- Adham Faris (1): net/mlx5e: Lower maximum allowed MTU in XSK to match XDP prerequisites Daniel Jurgens (1): net/mlx5: Disable eswitch before waiting for VF pages Emeel Hakim (1): net/mlx5e: Fix macsec ASO context alignment Gal Pressman (1): net/mlx5e: kTLS, Fix missing error unwind on unsupported cipher type Maor Dickman (2): net/mlx5: E-switch, Fix wrong usage of source port rewrite in split rules net/mlx5: E-switch, Fix missing set of split_count when forward to ovs internal port Oz Shlomo (4): net/sched: TC, fix raw counter initialization net/mlx5e: TC, fix missing error code net/mlx5e: TC, fix cloned flow attribute net/mlx5e: TC, Remove error message log print Parav Pandit (2): net/mlx5e: Don't cache tunnel offloads capability net/mlx5: Fix setting ec_function bit in MANAGE_PAGES Paul Blakey (1): net/mlx5e: Fix cleanup null-ptr deref on encap lock Shay Drory (1): net/mlx5: Set BREAK_FW_WAIT flag first when removing driver drivers/net/ethernet/mellanox/mlx5/core/en.h | 1 - .../ethernet/mellanox/mlx5/core/en/tc/act/police.c | 1 - .../ethernet/mellanox/mlx5/core/en/tc/act_stats.c | 5 +++++ .../ethernet/mellanox/mlx5/core/en_accel/ktls_rx.c | 24 ++++++++++++---------- .../ethernet/mellanox/mlx5/core/en_accel/ktls_tx.c | 22 +++++++++++--------- .../ethernet/mellanox/mlx5/core/en_accel/macsec.c | 2 +- drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 14 +++++++------ drivers/net/ethernet/mellanox/mlx5/core/en_rep.c | 1 - drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 21 ++++++++++++++++--- .../ethernet/mellanox/mlx5/core/eswitch_offloads.c | 10 ++++----- .../net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c | 1 - drivers/net/ethernet/mellanox/mlx5/core/main.c | 4 ++-- .../net/ethernet/mellanox/mlx5/core/pagealloc.c | 22 +++++++++++++++----- 13 files changed, 81 insertions(+), 47 deletions(-)