Netdev Archive mirror
 help / color / mirror / Atom feed
From: Tariq Toukan <tariqt@nvidia.com>
To: "David S. Miller" <davem@davemloft.net>,
	Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
	Eric Dumazet <edumazet@google.com>
Cc: <netdev@vger.kernel.org>, Saeed Mahameed <saeedm@nvidia.com>,
	Gal Pressman <gal@nvidia.com>,
	Leon Romanovsky <leonro@nvidia.com>,
	Tariq Toukan <tariqt@nvidia.com>
Subject: [PATCH net-next 0/3] mlx5 misc patches
Date: Sun, 12 May 2024 15:43:02 +0300	[thread overview]
Message-ID: <20240512124306.740898-1-tariqt@nvidia.com> (raw)

Hi,

This series includes patches for the mlx5 driver.

Patch 1 by Shay enables LAG with HCAs of 8 ports.

Patch 2 by Carolina optimizes the safe switch channels operation for the
TX-only changes.

Patch 3 by Parav cleans up some unused code.

Series generated against:
commit cddd2dc6390b ("Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue")

Thanks,
Tariq.

Carolina Jubran (1):
  net/mlx5e: Modifying channels number and updating TX queues

Parav Pandit (1):
  net/mlx5: Remove unused msix related exported APIs

Shay Drory (1):
  net/mlx5: Enable 8 ports LAG

 drivers/net/ethernet/mellanox/mlx5/core/en.h  |  1 +
 .../ethernet/mellanox/mlx5/core/en_ethtool.c  |  2 +-
 .../net/ethernet/mellanox/mlx5/core/en_main.c | 95 +++++++++----------
 .../net/ethernet/mellanox/mlx5/core/lag/lag.c |  3 -
 .../net/ethernet/mellanox/mlx5/core/pci_irq.c | 52 ----------
 include/linux/mlx5/driver.h                   |  9 +-
 6 files changed, 48 insertions(+), 114 deletions(-)

-- 
2.44.0


             reply	other threads:[~2024-05-12 12:44 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-12 12:43 Tariq Toukan [this message]
2024-05-12 12:43 ` [PATCH net-next 1/3] net/mlx5: Enable 8 ports LAG Tariq Toukan
2024-05-13  8:59   ` Simon Horman
2024-05-12 12:43 ` [PATCH net-next 2/3] net/mlx5e: Modifying channels number and updating TX queues Tariq Toukan
2024-05-13  8:59   ` Simon Horman
2024-05-12 12:43 ` [PATCH net-next 3/3] net/mlx5: Remove unused msix related exported APIs Tariq Toukan
2024-05-13  8:59   ` Simon Horman
2024-05-13  9:14   ` Kalesh Anakkur Purayil
2024-05-14  0:00 ` [PATCH net-next 0/3] mlx5 misc patches patchwork-bot+netdevbpf

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=20240512124306.740898-1-tariqt@nvidia.com \
    --to=tariqt@nvidia.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=gal@nvidia.com \
    --cc=kuba@kernel.org \
    --cc=leonro@nvidia.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=saeedm@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).