From: Saeed Mahameed <saeed@kernel.org>
To: "David S. Miller" <davem@davemloft.net>,
Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org, Saeed Mahameed <saeedm@nvidia.com>
Subject: [pull request][net 00/10] mlx5 fixes 2021-11-19
Date: Fri, 19 Nov 2021 11:58:03 -0800 [thread overview]
Message-ID: <20211119195813.739586-1-saeed@kernel.org> (raw)
From: Saeed Mahameed <saeedm@nvidia.com>
Hi Dave, Hi Jakub,
This series provides fixes to mlx5 driver.
Please pull and let me know if there is any problem.
Thanks,
Saeed.
---
The following changes since commit 0f296e782f21dc1c55475a3c107ac68ab09cc1cf:
stmmac_pci: Fix underflow size in stmmac_rx (2021-11-19 11:54:34 +0000)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2021-11-19
for you to fetch changes up to 1534b2c9592a0858eaa20f351560b4764f630204:
net/mlx5e: Do synchronize_net only once when deactivating channels (2021-11-19 11:57:07 -0800)
----------------------------------------------------------------
mlx5-fixes-2021-11-19
----------------------------------------------------------------
Aya Levin (1):
net/mlx5: Fix access to a non-supported register
Ben Ben-Ishay (1):
net/mlx5e: SHAMPO, Fix constant expression result
Dmytro Linkin (1):
net/mlx5: E-switch, Respect BW share of the new group
Gal Pressman (1):
net/mlx5: Fix too early queueing of log timestamp work
Lama Kayal (1):
net/mlx5e: Do synchronize_net only once when deactivating channels
Mark Bloch (1):
net/mlx5: E-Switch, fix single FDB creation on BlueField
Maxim Mikityanskiy (1):
net/mlx5e: Add activate/deactivate stage to XDPSQ
Raed Salem (2):
net/mlx5e: IPsec: Fix Software parser inner l3 type setting in case of encapsulation
net/mlx5e: Fix missing IPsec statistics on uplink representor
Saeed Mahameed (1):
net/mlx5e: Call synchronize_net outside of deactivating a queue
drivers/net/ethernet/mellanox/mlx5/core/en.h | 8 +-
drivers/net/ethernet/mellanox/mlx5/core/en/ptp.c | 30 +++++--
drivers/net/ethernet/mellanox/mlx5/core/en/ptp.h | 6 +-
drivers/net/ethernet/mellanox/mlx5/core/en/qos.c | 30 ++++---
drivers/net/ethernet/mellanox/mlx5/core/en/qos.h | 2 +-
.../ethernet/mellanox/mlx5/core/en/reporter_rx.c | 3 +
.../ethernet/mellanox/mlx5/core/en/reporter_tx.c | 3 +-
.../net/ethernet/mellanox/mlx5/core/en/xsk/pool.c | 2 +
.../net/ethernet/mellanox/mlx5/core/en/xsk/setup.c | 4 +-
.../mellanox/mlx5/core/en_accel/ipsec_rxtx.c | 2 +-
drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 98 ++++++++++++++++------
drivers/net/ethernet/mellanox/mlx5/core/en_rep.c | 4 +
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c | 8 +-
drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c | 2 +-
.../ethernet/mellanox/mlx5/core/eswitch_offloads.c | 1 +
drivers/net/ethernet/mellanox/mlx5/core/health.c | 5 +-
drivers/net/ethernet/mellanox/mlx5/core/main.c | 8 +-
include/linux/mlx5/mlx5_ifc.h | 5 +-
18 files changed, 151 insertions(+), 70 deletions(-)
next reply other threads:[~2021-11-19 19:58 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-19 19:58 Saeed Mahameed [this message]
2021-11-19 19:58 ` [net 01/10] net/mlx5: E-switch, Respect BW share of the new group Saeed Mahameed
2021-11-19 19:58 ` [net 02/10] net/mlx5e: IPsec: Fix Software parser inner l3 type setting in case of encapsulation Saeed Mahameed
2021-11-19 19:58 ` [net 03/10] net/mlx5: Fix too early queueing of log timestamp work Saeed Mahameed
2021-11-19 19:58 ` [net 04/10] net/mlx5: Fix access to a non-supported register Saeed Mahameed
2021-11-19 19:58 ` [net 05/10] net/mlx5e: SHAMPO, Fix constant expression result Saeed Mahameed
2021-11-19 19:58 ` [net 06/10] net/mlx5: E-Switch, fix single FDB creation on BlueField Saeed Mahameed
2021-11-19 19:58 ` [net 07/10] net/mlx5e: Fix missing IPsec statistics on uplink representor Saeed Mahameed
2021-11-19 19:58 ` [net 08/10] net/mlx5e: Add activate/deactivate stage to XDPSQ Saeed Mahameed
2021-11-20 4:00 ` Jakub Kicinski
2021-11-19 19:58 ` [net 09/10] net/mlx5e: Call synchronize_net outside of deactivating a queue Saeed Mahameed
2021-11-19 19:58 ` [net 10/10] net/mlx5e: Do synchronize_net only once when deactivating channels Saeed Mahameed
2021-11-20 4:03 ` 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=20211119195813.739586-1-saeed@kernel.org \
--to=saeed@kernel.org \
--cc=davem@davemloft.net \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--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 NNTP newsgroup(s).