[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210626074417.714833-1-saeed@kernel.org>
Date: Sat, 26 Jun 2021 00:44:11 -0700
From: Saeed Mahameed <saeed@...nel.org>
To: "David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>
Cc: netdev@...r.kernel.org, Saeed Mahameed <saeedm@...dia.com>
Subject: [pull request][net-next 0/6] mlx5 updates 2021-06-26
From: Saeed Mahameed <saeedm@...dia.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(-)
Powered by blists - more mailing lists