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-next 00/11] mlx5 updates 2023-10-27
Date: Fri, 27 Oct 2023 15:19:55 -0700 [thread overview]
Message-ID: <20231027222006.115999-1-saeed@kernel.org> (raw)
From: Saeed Mahameed <saeedm@nvidia.com>
This series provides few cleanups to mlx5 prior to merge window.
For more information please see tag log below.
Please pull and let me know if there is any problem.
Thanks,
Saeed.
The following changes since commit d96e48a3d55db7ee62e607ad2d89eee1a8585028:
tools: ynl: introduce option to process unknown attributes or types (2023-10-27 14:54:31 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-updates-2023-10-27
for you to fetch changes up to 284e9944eafab558b9da5f34782288bff8752ddd:
net/mlx5e: Access array with enum values instead of magic numbers (2023-10-27 15:05:29 -0700)
----------------------------------------------------------------
mlx5-updates-2023-10-27
Few mlx5 pending cleanups.
----------------------------------------------------------------
Amir Tzin (1):
net/mlx5e: Some cleanup in mlx5e_tc_stats_matchall()
Gal Pressman (1):
net/mlx5e: Access array with enum values instead of magic numbers
Justin Stitt (1):
net/mlx5: simplify mlx5_set_driver_version string assignments
Kees Cook (2):
net/mlx5: Annotate struct mlx5_fc_bulk with __counted_by
net/mlx5: Annotate struct mlx5_flow_handle with __counted_by
Moshe Shemesh (2):
net/mlx5: print change on SW reset semaphore returns busy
net/mlx5: Allow sync reset flow when BF MGT interface device is present
Rahul Rameshbabu (3):
net/mlx5: Increase size of irq name buffer
net/mlx5e: Check return value of snprintf writing to fw_version buffer
net/mlx5e: Check return value of snprintf writing to fw_version buffer for representors
Saeed Mahameed (1):
net/mlx5e: Reduce the size of icosq_str
.../net/ethernet/mellanox/mlx5/core/diag/crdump.c | 5 +++-
.../net/ethernet/mellanox/mlx5/core/en/rep/tc.c | 14 ++++++++++
.../ethernet/mellanox/mlx5/core/en/reporter_rx.c | 4 +--
.../ethernet/mellanox/mlx5/core/en/tc/act/pedit.c | 3 +-
.../net/ethernet/mellanox/mlx5/core/en_ethtool.c | 13 ++++++---
drivers/net/ethernet/mellanox/mlx5/core/en_rep.c | 12 +++++---
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 24 +++-------------
drivers/net/ethernet/mellanox/mlx5/core/en_tc.h | 2 --
drivers/net/ethernet/mellanox/mlx5/core/fs_core.h | 2 +-
.../net/ethernet/mellanox/mlx5/core/fs_counters.c | 2 +-
drivers/net/ethernet/mellanox/mlx5/core/fw_reset.c | 32 +++++++++++++++++++---
drivers/net/ethernet/mellanox/mlx5/core/main.c | 20 ++------------
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c | 6 ++--
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.h | 3 ++
14 files changed, 82 insertions(+), 60 deletions(-)
next reply other threads:[~2023-10-27 22:20 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-27 22:19 Saeed Mahameed [this message]
2023-10-27 22:19 ` [net-next 01/11] net/mlx5: Increase size of irq name buffer Saeed Mahameed
2023-10-27 22:19 ` [net-next 02/11] net/mlx5e: Reduce the size of icosq_str Saeed Mahameed
2023-10-27 22:19 ` [net-next 03/11] net/mlx5e: Check return value of snprintf writing to fw_version buffer Saeed Mahameed
2023-10-27 22:19 ` [net-next 04/11] net/mlx5e: Check return value of snprintf writing to fw_version buffer for representors Saeed Mahameed
2023-10-27 22:20 ` [net-next 05/11] net/mlx5: print change on SW reset semaphore returns busy Saeed Mahameed
2023-10-27 22:20 ` [net-next 06/11] net/mlx5: Allow sync reset flow when BF MGT interface device is present Saeed Mahameed
2023-10-27 22:20 ` [net-next 07/11] net/mlx5e: Some cleanup in mlx5e_tc_stats_matchall() Saeed Mahameed
2023-10-27 22:20 ` [net-next 08/11] net/mlx5: Annotate struct mlx5_fc_bulk with __counted_by Saeed Mahameed
2023-10-27 22:20 ` [net-next 09/11] net/mlx5: Annotate struct mlx5_flow_handle " Saeed Mahameed
2023-10-27 22:20 ` [net-next 10/11] net/mlx5: simplify mlx5_set_driver_version string assignments Saeed Mahameed
2023-10-27 22:20 ` [net-next 11/11] net/mlx5e: Access array with enum values instead of magic numbers Saeed Mahameed
2023-10-30 6:31 ` [pull request][net-next 00/11] mlx5 updates 2023-10-27 Jakub Kicinski
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=20231027222006.115999-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 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 NNTP newsgroup(s).