[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200107191335.12272-1-saeedm@mellanox.com>
Date: Tue, 7 Jan 2020 19:14:05 +0000
From: Saeed Mahameed <saeedm@...lanox.com>
To: "David S. Miller" <davem@...emloft.net>
CC: "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
Saeed Mahameed <saeedm@...lanox.com>
Subject: [pull request][net-next 00/13] Mellanox, mlx5 updates 2020-01-07
Hi Dave,
This series adds some misc updates and multi-destination support in SW
steering for 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 1b935183aeff11256b20a490b5ed37116b054fe2:
Merge branch 'Unique-mv88e6xxx-IRQ-names' (2020-01-06 18:30:15 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-updates-2020-01-07
for you to fetch changes up to 7ee3f6d2486e25d96d2309da4d53fe10a58e2b63:
net/mlx5: DR, Create multiple destination action from dr_create_fte (2020-01-07 10:43:02 -0800)
----------------------------------------------------------------
mlx5-updates-2020-01-07
This series adds 2 sets of changes to mlx5 driver
1) Misc updates and cleanups:
1.1) Stack usages warning cleanups and log level reduction
1.2) Increase the max number of supported rings
1.3) Support accept TC action on native NIC netdev.
2) Software steering support for multi destination steering rules:
First three patches from Erez are adding the low level FW command support
and SW steering infrastructure to create the mult-destination FW tables.
Last four patches from Alex are introducing the needed changes and APIs in
SW steering to create and manage multi-destination actions and rules.
----------------------------------------------------------------
Alex Vesker (4):
net/mlx5: DR, Use attributes struct for FW flow table creation
net/mlx5: DR, Align dest FT action creation to API
net/mlx5: DR, Add support for multiple destination table action
net/mlx5: DR, Create multiple destination action from dr_create_fte
Arnd Bergmann (1):
mlx5: work around high stack usage with gcc
Erez Shitrit (3):
net/mlx5: DR, Create FTE entry in the FW from SW-steering
net/mlx5: DR, Create multi-destination table for SW-steering use
net/mlx5: DR, Pass table flags at creation to lower layer
Fan Li (1):
net/mlx5: Increase the max number of channels to 128
Parav Pandit (2):
net/mlx5: Reduce No CQ found log level from warn to debug
net/mlx5: Use async EQ setup cleanup helpers for multiple EQs
Tonghao Zhang (1):
net/mlx5e: Support accept action on nic table
Zhu Yanjun (1):
net/mlx5: limit the function in local scope
drivers/net/ethernet/mellanox/mlx5/core/alloc.c | 4 +-
drivers/net/ethernet/mellanox/mlx5/core/en.h | 6 +-
drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 12 +-
drivers/net/ethernet/mellanox/mlx5/core/en_stats.c | 3 +
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 4 +
drivers/net/ethernet/mellanox/mlx5/core/eq.c | 117 +++++-----
.../net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c | 4 +-
.../mellanox/mlx5/core/steering/dr_action.c | 135 +++++++++++-
.../ethernet/mellanox/mlx5/core/steering/dr_cmd.c | 244 +++++++++++++++++++--
.../ethernet/mellanox/mlx5/core/steering/dr_fw.c | 79 ++++++-
.../mellanox/mlx5/core/steering/dr_table.c | 23 +-
.../mellanox/mlx5/core/steering/dr_types.h | 72 +++++-
.../ethernet/mellanox/mlx5/core/steering/fs_dr.c | 96 ++++++--
.../ethernet/mellanox/mlx5/core/steering/mlx5dr.h | 27 ++-
include/linux/mlx5/driver.h | 2 -
15 files changed, 676 insertions(+), 152 deletions(-)
Powered by blists - more mailing lists