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
Subject: [pull request][net 0/9] mlx5 fixes 2022-07-06
Date: Wed, 6 Jul 2022 16:13:00 -0700 [thread overview]
Message-ID: <20220706231309.38579-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.
Thanks,
Saeed.
The following changes since commit a069a90554168ac4cc81af65f000557d2a8a0745:
Revert "tls: rx: move counting TlsDecryptErrors for sync" (2022-07-06 13:10:59 +0100)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2022-07-06
for you to fetch changes up to 5b759bf2f9d73db05369aef2344502095c4e5e73:
net/mlx5e: Ring the TX doorbell on DMA errors (2022-07-06 16:11:56 -0700)
----------------------------------------------------------------
mlx5-fixes-2022-07-06
----------------------------------------------------------------
Eli Cohen (1):
net/mlx5: TC, allow offload from uplink to other PF's VF
Gal Pressman (1):
net/mlx5e: Fix capability check for updating vnic env counters
Liu, Changcheng (1):
net/mlx5: Lag, correct get the port select mode str
Mark Bloch (1):
net/mlx5: Lag, decouple FDB selection and shared FDB
Maxim Mikityanskiy (1):
net/mlx5e: Ring the TX doorbell on DMA errors
Paul Blakey (1):
net/mlx5e: Fix enabling sriov while tc nic rules are offloaded
Roi Dayan (1):
net/mlx5e: CT: Use own workqueue instead of mlx5e priv
Tariq Toukan (2):
net/mlx5e: kTLS, Fix build time constant test in TX
net/mlx5e: kTLS, Fix build time constant test in RX
drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c | 20 ++++++-----
.../ethernet/mellanox/mlx5/core/en_accel/ktls_rx.c | 3 +-
.../ethernet/mellanox/mlx5/core/en_accel/ktls_tx.c | 3 +-
drivers/net/ethernet/mellanox/mlx5/core/en_stats.c | 2 +-
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 2 +-
drivers/net/ethernet/mellanox/mlx5/core/en_tx.c | 39 +++++++++++++++++-----
.../net/ethernet/mellanox/mlx5/core/esw/legacy.c | 5 +--
.../net/ethernet/mellanox/mlx5/core/lag/debugfs.c | 14 ++++++--
drivers/net/ethernet/mellanox/mlx5/core/lag/lag.c | 18 ++++++----
drivers/net/ethernet/mellanox/mlx5/core/lag/lag.h | 3 +-
.../net/ethernet/mellanox/mlx5/core/lag/mpesw.c | 5 ++-
11 files changed, 76 insertions(+), 38 deletions(-)
next reply other threads:[~2022-07-06 23:13 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-06 23:13 Saeed Mahameed [this message]
2022-07-06 23:13 ` [net 1/9] net/mlx5: TC, allow offload from uplink to other PF's VF Saeed Mahameed
2022-07-08 1:00 ` patchwork-bot+netdevbpf
2022-07-06 23:13 ` [net 2/9] net/mlx5: Lag, decouple FDB selection and shared FDB Saeed Mahameed
2022-07-06 23:13 ` [net 3/9] net/mlx5e: kTLS, Fix build time constant test in TX Saeed Mahameed
2022-07-06 23:13 ` [net 4/9] net/mlx5e: kTLS, Fix build time constant test in RX Saeed Mahameed
2022-07-06 23:13 ` [net 5/9] net/mlx5e: Fix enabling sriov while tc nic rules are offloaded Saeed Mahameed
2022-07-06 23:13 ` [net 6/9] net/mlx5: Lag, correct get the port select mode str Saeed Mahameed
2022-07-06 23:13 ` [net 7/9] net/mlx5e: CT: Use own workqueue instead of mlx5e priv Saeed Mahameed
2022-07-06 23:13 ` [net 8/9] net/mlx5e: Fix capability check for updating vnic env counters Saeed Mahameed
2022-07-06 23:13 ` [net 9/9] net/mlx5e: Ring the TX doorbell on DMA errors 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=20220706231309.38579-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 \
/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.