[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200420212223.41574-1-saeedm@mellanox.com>
Date: Mon, 20 Apr 2020 14:22:13 -0700
From: Saeed Mahameed <saeedm@...lanox.com>
To: "David S. Miller" <davem@...emloft.net>, kuba@...nel.org
Cc: netdev@...r.kernel.org, Saeed Mahameed <saeedm@...lanox.com>
Subject: [pull request][net-next 00/10] Mellanox, mlx5 updates 2020-04-20
Hi Dave,
This series adds misc updates and cleanup to mlx5.
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 b66c9b8de22b666718c2fcb0ae84ce620f9b81c0:
selftests: pmtu: implement IPIP, SIT and ip6tnl PMTU discovery tests (2020-04-20 12:08:06 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-updates-2020-04-20
for you to fetch changes up to 6533380dfd003ea7636cb5672f4f85124b56328b:
net/mlx5: improve some comments (2020-04-20 14:20:21 -0700)
----------------------------------------------------------------
mlx5-updates-2020-04-20
This series includes misc updates and clean ups to mlx5 driver:
1) improve some comments from Hu Haowen.
2) Handles errors of netif_set_real_num_{tx,rx}_queues, from Maxim
3) IPsec and FPGA related code cleanup to prepare for ASIC devices
IPsec offloads, from Raed
4) Allow partial mask for tunnel options, from Roi.
----------------------------------------------------------------
Hu Haowen (1):
net/mlx5: improve some comments
Maxim Mikityanskiy (1):
net/mlx5e: Handle errors from netif_set_real_num_{tx,rx}_queues
Parav Pandit (1):
net/mlx5: Read embedded cpu bit only once
Raed Salem (5):
net/mlx5: Use the correct IPsec capability function for FPGA ops
net/mlx5e: en_accel, Add missing net/geneve.h include
net/mlx5: Refactor mlx5_accel_esp_create_hw_context parameter list
net/mlx5e: IPSec, Expose IPsec HW stat only for supporting HW
net/mlx5: IPsec, Refactor SA handle creation and destruction
Roi Dayan (1):
net/mlx5e: Allow partial data mask for tunnel options
Tariq Toukan (1):
net/mlx5e: Set of completion request bit should not clear other adjacent bits
.../net/ethernet/mellanox/mlx5/core/accel/ipsec.c | 19 +++--
.../net/ethernet/mellanox/mlx5/core/accel/ipsec.h | 8 +-
.../ethernet/mellanox/mlx5/core/diag/fw_tracer.c | 2 +-
drivers/net/ethernet/mellanox/mlx5/core/en/txrx.h | 2 +-
.../mellanox/mlx5/core/en_accel/en_accel.h | 2 +
.../ethernet/mellanox/mlx5/core/en_accel/ipsec.c | 87 +++++++++------------
.../ethernet/mellanox/mlx5/core/en_accel/ipsec.h | 25 ------
.../mellanox/mlx5/core/en_accel/ipsec_stats.c | 88 +++++++++++++---------
.../net/ethernet/mellanox/mlx5/core/en_ethtool.c | 2 +-
drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 59 ++++++++++++---
drivers/net/ethernet/mellanox/mlx5/core/en_stats.c | 29 ++-----
drivers/net/ethernet/mellanox/mlx5/core/en_stats.h | 2 +
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 32 +++++---
.../net/ethernet/mellanox/mlx5/core/fpga/ipsec.c | 31 +++++++-
.../net/ethernet/mellanox/mlx5/core/fpga/ipsec.h | 18 ++++-
drivers/net/ethernet/mellanox/mlx5/core/fs_core.c | 5 +-
drivers/net/ethernet/mellanox/mlx5/core/main.c | 3 +-
include/linux/mlx5/accel.h | 12 +++
18 files changed, 242 insertions(+), 184 deletions(-)
Powered by blists - more mailing lists