[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191112171313.7049-1-saeedm@mellanox.com>
Date: Tue, 12 Nov 2019 17:13:38 +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 0/8] Mellanox, mlx5 updates 2019-11-12
Hi Dave,
This series adds misc updates to mlx5 driver,
For more information please see tag log below.
Highlights:
1) Devlink reload support
2) SRIOV VF ACL vlan trunk via tc flower
Please pull and let me know if there is any problem.
Please note that the series starts with a merge of mlx5-next branch,
to resolve and avoid dependency with rdma tree.
Thanks,
Saeed.
---
The following changes since commit 73bb3b4ca77d012518d235838eeb451df96d5bc0:
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux (2019-11-12 08:59:12 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-updates-2019-11-12
for you to fetch changes up to 9beec84b9d9adda3daa93cb93e745a476c6bf565:
net/mlx5: Add vf ACL access via tc flower (2019-11-12 08:59:20 -0800)
----------------------------------------------------------------
mlx5-updates-2019-11-12
1) Merge mlx5-next for devlink reload dependencies
2) Devlink reload support
3) SRIOV VF ACL vlan trunk via tc flower
4) Misc cleanup
----------------------------------------------------------------
Alex Vesker (1):
net/mlx5: DR, Fix matcher builders select check
Ariel Levkovich (2):
net/mlx5: Add eswitch ACL vlan trunk api
net/mlx5: Add vf ACL access via tc flower
Eli Cohen (2):
net/mlx5: Remove redundant NULL initializations
net/mlx5e: Fix error flow cleanup in mlx5e_tc_tun_create_header_ipv4/6
Michael Guralnik (2):
net/mlx5e: Set netdev name space on creation
net/mlx5: Add devlink reload
Parav Pandit (1):
net/mlx5: Read num_vfs before disabling SR-IOV
drivers/net/ethernet/mellanox/mlx5/core/devlink.c | 20 +
.../net/ethernet/mellanox/mlx5/core/en/tc_tun.c | 26 +-
drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 2 +
drivers/net/ethernet/mellanox/mlx5/core/en_rep.c | 2 +
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 139 +++++-
drivers/net/ethernet/mellanox/mlx5/core/eswitch.c | 517 ++++++++++++++++-----
drivers/net/ethernet/mellanox/mlx5/core/eswitch.h | 30 +-
.../ethernet/mellanox/mlx5/core/eswitch_offloads.c | 8 +-
drivers/net/ethernet/mellanox/mlx5/core/lib/mlx5.h | 5 +
drivers/net/ethernet/mellanox/mlx5/core/main.c | 4 +-
.../net/ethernet/mellanox/mlx5/core/mlx5_core.h | 3 +
drivers/net/ethernet/mellanox/mlx5/core/sriov.c | 11 +-
.../mellanox/mlx5/core/steering/dr_matcher.c | 2 +-
13 files changed, 609 insertions(+), 160 deletions(-)
Powered by blists - more mailing lists