All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saeed Mahameed <saeed@kernel.org>
To: "David S. Miller" <davem@davemloft.net>,
	Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
	Eric Dumazet <edumazet@google.com>
Cc: Saeed Mahameed <saeedm@nvidia.com>,
	netdev@vger.kernel.org, Tariq Toukan <tariqt@nvidia.com>
Subject: [pull request][net 0/7] mlx5 fixes 2023-03-21
Date: Tue, 21 Mar 2023 14:11:28 -0700	[thread overview]
Message-ID: <20230321211135.47711-1-saeed@kernel.org> (raw)

From: Saeed Mahameed <saeedm@nvidia.com>

This series provides bug fixes to mlx5 driver.
Please pull and let me know if there is any problem.

Conflict notice:
when merged into net-next, this series will cause a conflict in file:
drivers/net/ethernet/mellanox/mlx5/core/en_tc.

to resolve just to DON'T take any changes to the missing function 
mlx5e_hairpin_params_init() inside that file, that function doesn't
exist there anymore, we will submit a separate patch to fix net-next.

Thanks,
Saeed.


The following changes since commit f038f3917baf04835ba2b7bcf2a04ac93fbf8a9c:

  octeontx2-vf: Add missing free for alloc_percpu (2023-03-20 22:00:19 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2023-03-21

for you to fetch changes up to 640fcdbcf27fc62de9223f958ceb4e897a00e791:

  net/mlx5: E-Switch, Fix an Oops in error handling code (2023-03-21 14:06:32 -0700)

----------------------------------------------------------------
mlx5-fixes-2023-03-21

----------------------------------------------------------------
Dan Carpenter (1):
      net/mlx5: E-Switch, Fix an Oops in error handling code

Emeel Hakim (1):
      net/mlx5e: Overcome slow response for first macsec ASO WQE

Gavin Li (2):
      net/mlx5e: Set uplink rep as NETNS_LOCAL
      net/mlx5e: Block entering switchdev mode with ns inconsistency

Lama Kayal (1):
      net/mlx5: Fix steering rules cleanup

Maher Sanalla (1):
      net/mlx5: Read the TC mapping of all priorities on ETS query

Roy Novich (1):
      net/mlx5e: Initialize link speed to zero

 .../net/ethernet/mellanox/mlx5/core/en_accel/macsec.c |  9 ++++++++-
 drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c    |  6 ++++--
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c     |  6 +++++-
 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c       |  2 +-
 .../mellanox/mlx5/core/esw/acl/ingress_ofld.c         |  3 +--
 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c     |  1 +
 .../ethernet/mellanox/mlx5/core/eswitch_offloads.c    | 19 +++++++++++++++++++
 7 files changed, 39 insertions(+), 7 deletions(-)

             reply	other threads:[~2023-03-21 21:11 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-21 21:11 Saeed Mahameed [this message]
2023-03-21 21:11 ` [net 1/7] net/mlx5e: Set uplink rep as NETNS_LOCAL Saeed Mahameed
2023-03-23  6:00   ` patchwork-bot+netdevbpf
2023-03-21 21:11 ` [net 2/7] net/mlx5e: Block entering switchdev mode with ns inconsistency Saeed Mahameed
2023-03-21 21:11 ` [net 3/7] net/mlx5: Fix steering rules cleanup Saeed Mahameed
2023-03-21 21:11 ` [net 4/7] net/mlx5e: Initialize link speed to zero Saeed Mahameed
2023-03-21 21:11 ` [net 5/7] net/mlx5e: Overcome slow response for first macsec ASO WQE Saeed Mahameed
2023-03-21 21:11 ` [net 6/7] net/mlx5: Read the TC mapping of all priorities on ETS query Saeed Mahameed
2023-03-21 21:11 ` [net 7/7] net/mlx5: E-Switch, Fix an Oops in error handling code Saeed Mahameed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230321211135.47711-1-saeed@kernel.org \
    --to=saeed@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=saeedm@nvidia.com \
    --cc=tariqt@nvidia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.