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-next 0/6] mlx5 updates 2021-06-26
Date: Sat, 26 Jun 2021 00:44:11 -0700 [thread overview]
Message-ID: <20210626074417.714833-1-saeed@kernel.org> (raw)
From: Saeed Mahameed <saeedm@nvidia•com>
Hi Dave, Jakub,
This series provides misc updates to mlx5 driver.
For more information please see tag log below.
Please pull and let me know if there is any problem.
Sorry about the weekend submission but I have an important submission
coming up "XDP/AF_XDP support for switchdev representors", so I thought
maybe I should clean up my queue of all this clutter, before submitting
the XDP for reps.
Thanks,
Saeed.
---
---
The following changes since commit ff8744b5eb116fdf9b80a6ff774393afac7325bd:
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue (2021-06-25 11:59:11 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-updates-2021-06-26
for you to fetch changes up to 5589b8f1a2c74670cbca9ea98756dbb8f92569b8:
net/mlx5e: Add IPsec support to uplink representor (2021-06-26 00:31:25 -0700)
----------------------------------------------------------------
mlx5-updates-2021-06-26
This series provides small updates to mlx5 driver.
1) Increase hairpin buffer size
2) Improve performance in SF allocation
3) Add IPsec support to uplink representor
4) Add stats for number of deleted kTLS TX offloaded connections
5) Add support for flow sampler in SW steering
----------------------------------------------------------------
Ariel Levkovich (1):
net/mlx5: Increase hairpin buffer size
Eli Cohen (1):
net/mlx5: SF, Improve performance in SF allocation
Raed Salem (1):
net/mlx5e: Add IPsec support to uplink representor
Tariq Toukan (1):
net/mlx5e: kTLS, Add stats for number of deleted kTLS TX offloaded connections
Yevgeny Kliteynik (2):
net/mlx5: Compare sampler flow destination ID in fs_core
net/mlx5: DR, Add support for flow sampler offload
.../ethernet/mellanox/mlx5/core/en_accel/ipsec.c | 2 +-
.../ethernet/mellanox/mlx5/core/en_accel/ktls_tx.c | 1 +
.../net/ethernet/mellanox/mlx5/core/en_accel/tls.h | 1 +
.../mellanox/mlx5/core/en_accel/tls_stats.c | 1 +
drivers/net/ethernet/mellanox/mlx5/core/en_rep.c | 7 +++
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 2 +-
drivers/net/ethernet/mellanox/mlx5/core/fs_core.c | 4 +-
.../net/ethernet/mellanox/mlx5/core/sf/hw_table.c | 23 +++++----
.../mellanox/mlx5/core/steering/dr_action.c | 55 ++++++++++++++++++++++
.../ethernet/mellanox/mlx5/core/steering/dr_cmd.c | 33 +++++++++++++
.../mellanox/mlx5/core/steering/dr_types.h | 14 ++++++
.../ethernet/mellanox/mlx5/core/steering/fs_dr.c | 17 +++++--
.../ethernet/mellanox/mlx5/core/steering/mlx5dr.h | 3 ++
include/linux/mlx5/mlx5_ifc.h | 5 ++
14 files changed, 152 insertions(+), 16 deletions(-)
next reply other threads:[~2021-06-26 7:44 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-26 7:44 Saeed Mahameed [this message]
2021-06-26 7:44 ` [net-next 1/6] net/mlx5: Compare sampler flow destination ID in fs_core Saeed Mahameed
2021-06-28 21:20 ` patchwork-bot+netdevbpf
2021-06-26 7:44 ` [net-next 2/6] net/mlx5: DR, Add support for flow sampler offload Saeed Mahameed
2021-06-26 7:44 ` [net-next 3/6] net/mlx5: Increase hairpin buffer size Saeed Mahameed
2021-06-26 7:44 ` [net-next 4/6] net/mlx5: SF, Improve performance in SF allocation Saeed Mahameed
2021-06-26 7:44 ` [net-next 5/6] net/mlx5e: kTLS, Add stats for number of deleted kTLS TX offloaded connections Saeed Mahameed
2021-06-26 7:44 ` [net-next 6/6] net/mlx5e: Add IPsec support to uplink representor 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=20210626074417.714833-1-saeed@kernel.org \
--to=saeed@kernel$(echo .)org \
--cc=davem@davemloft$(echo .)net \
--cc=kuba@kernel$(echo .)org \
--cc=netdev@vger$(echo .)kernel.org \
--cc=saeedm@nvidia$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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