[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211203005622.183325-1-saeed@kernel.org>
Date: Thu, 2 Dec 2021 16:56:08 -0800
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 v0 00/14] mlx5 updates 2021-12-02
From: Saeed Mahameed <saeedm@...dia.com>
Hi Dave, Hi Jakub,
This series provides misc updates.
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 fc993be36f9ea7fc286d84d8471a1a20e871aad4:
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2021-12-02 11:44:56 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-updates-2021-12-02
for you to fetch changes up to b247f32aecad09e6cf7edff7739e6f2c9dc5fca9:
net/mlx5: Dynamically resize flow counters query buffer (2021-12-02 16:53:16 -0800)
----------------------------------------------------------------
mlx5-updates-2021-12-02
Misc updates to mlx5 driver
1) Various code cleanups
2) Error path handling fixes of latest features
3) Print more information on pci error handling
4) Dynamically resize flow counters query buffer
----------------------------------------------------------------
Arnd Bergmann (2):
mlx5: fix psample_sample_packet link error
mlx5: fix mlx5i_grp_sw_update_stats() stack usage
Avihai Horon (1):
net/mlx5: Dynamically resize flow counters query buffer
Ben Ben-Ishay (1):
net/mlx5e: SHAMPO, clean MLX5E_MAX_KLM_PER_WQE macro
Christophe JAILLET (1):
net/mlx5: Fix some error handling paths in 'mlx5e_tc_add_fdb_flow()'
Dan Carpenter (1):
net/mlx5: SF, silence an uninitialized variable warning
Roi Dayan (5):
net/mlx5e: TC, Remove redundant action stack var
net/mlx5e: Remove redundant actions arg from validate_goto_chain()
net/mlx5e: Remove redundant actions arg from vlan push/pop funcs
net/mlx5e: TC, Move common flow_action checks into function
net/mlx5e: TC, Set flow attr ip_version earlier
Saeed Mahameed (1):
net/mlx5: Print more info on pci error handlers
Tariq Toukan (1):
net/mlx5e: Hide function mlx5e_num_channels_changed
Wei Yongjun (1):
net/mlx5: Fix error return code in esw_qos_create()
drivers/net/ethernet/mellanox/mlx5/core/Kconfig | 1 +
drivers/net/ethernet/mellanox/mlx5/core/en.h | 3 +-
.../net/ethernet/mellanox/mlx5/core/en/params.c | 2 +-
drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 2 +-
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c | 2 +-
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 175 ++++++++++-----------
drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c | 1 +
.../net/ethernet/mellanox/mlx5/core/fs_counters.c | 74 +++++++--
.../net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c | 12 +-
drivers/net/ethernet/mellanox/mlx5/core/main.c | 51 ++++--
.../net/ethernet/mellanox/mlx5/core/sf/hw_table.c | 2 +-
include/linux/mlx5/driver.h | 4 +
12 files changed, 202 insertions(+), 127 deletions(-)
Powered by blists - more mailing lists