[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200314011622.64939-1-saeedm@mellanox.com>
Date: Fri, 13 Mar 2020 18:16:08 -0700
From: Saeed Mahameed <saeedm@...lanox.com>
To: "David S. Miller" <davem@...emloft.net>
Cc: kuba@...nel.org, netdev@...r.kernel.org,
Saeed Mahameed <saeedm@...lanox.com>
Subject: [pull request][net-next 00/14] Mellanox, mlx5 updates 2020-03-13
Hi Dave,
This series adds misc updates to mlx5 driver
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 1d343579312311aa9875b34d5a921f5e2ec69f0a:
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2020-03-12 22:34:48 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-updates-2020-03-13
for you to fetch changes up to bc1a02884a33f9d49cda0c77dc8eccebd6c5c0e5:
net/mlx5: DR, Remove unneeded functions deceleration (2020-03-13 16:26:28 -0700)
----------------------------------------------------------------
mlx5-updates-2020-03-13
Misc update to mlx5 core and E-Switch driver:
1) Blue-Field, Update VF vports config when num of VFs changed
>From Bodon, Various misc cleanups and refactoring
for vport enabling/disabling routines to allow them to be called
dynamically and not only on E-Switch load.
This will allow ECPF (ConnectX BlueField Smartnic) support for dynamic
num vf changes and dynamic vport creation and configuration as introduced
in "Update VF vports config when num of VFs changed" patch.
2) From Parav and Mark, trivial clean-ups.
3) Software steering support for flow table id as destination
and a clean-up patch to remove unnecessary function stubs, from Alex.
----------------------------------------------------------------
Alex Vesker (2):
net/mlx5: DR, Add support for flow table id destination action
net/mlx5: DR, Remove unneeded functions deceleration
Bodong Wang (8):
net/mlx5: E-Switch, Remove redundant check of eswitch manager cap
net/mlx5: E-Switch, Hold mutex when querying drop counter in legacy mode
net/mlx5: E-Switch, Remove redundant warning when QoS enable failed
net/mlx5: E-Switch, Prepare for vport enable/disable refactor
net/mlx5: E-switch, Make vport setup/cleanup sequence symmetric
net/mlx5: E-Switch, Introduce per vport configuration for eswitch modes
net/mlx5: E-Switch, Update VF vports config when num of VFs changed
net/mlx5: E-Switch, Refactor unload all reps per rep type
Mark Bloch (1):
net/mlx5: Accept flow rules without match
Parav Pandit (3):
net/mlx5: E-switch, Annotate termtbl_mutex mutex destroy
net/mlx5: E-switch, Annotate esw state_lock mutex destroy
net/mlx5: Avoid deriving mlx5_core_dev second time
drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c | 15 +-
drivers/net/ethernet/mellanox/mlx5/core/eswitch.c | 245 ++++++++++++---------
drivers/net/ethernet/mellanox/mlx5/core/eswitch.h | 11 +
.../ethernet/mellanox/mlx5/core/eswitch_offloads.c | 237 ++++++--------------
.../mellanox/mlx5/core/eswitch_offloads_chains.c | 3 +-
.../mellanox/mlx5/core/eswitch_offloads_termtbl.c | 3 +-
drivers/net/ethernet/mellanox/mlx5/core/fs_core.c | 4 +
.../mellanox/mlx5/core/steering/dr_action.c | 18 ++
.../ethernet/mellanox/mlx5/core/steering/fs_dr.c | 12 +
.../ethernet/mellanox/mlx5/core/steering/mlx5dr.h | 104 +--------
10 files changed, 266 insertions(+), 386 deletions(-)
Powered by blists - more mailing lists