mbox

[pull,request,net-next,V2,0/7] Mellanox, mlx5 updates 2019-11-12

Message ID 20191113224059.19051-1-saeedm@mellanox.com
State Accepted
Delegated to: David Miller
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-updates-2019-11-12

Message

Saeed Mahameed Nov. 13, 2019, 10:41 p.m. UTC
Hi Dave,

This series adds misc updates to mlx5 driver,
For more information please see tag log below.

Highlights:
1) Devlink reload support
2) TC Flowtable offloads 

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.

v1->v2:
- dropped the 2 patches dealing with sriov vlan trunks, as it was nacked.
- merged the flowtables offloads low level infrastructure into mlx5-next
  and updated the mlx5-next merge commit.
- added mlx5 TC flowtables offload support patch on top of this series.

Thanks,
Saeed.

---
The following changes since commit c94ef13b04e2382c8fcb876705ea505bff9fb714:

  Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux (2019-11-13 14:24:58 -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 84179981317fb4fb3e9df5acd42ea33cf6037793:

  net/mlx5: TC: Offload flow table rules (2019-11-13 14:25:04 -0800)

----------------------------------------------------------------
mlx5-updates-2019-11-12

1) Merge mlx5-next for devlink reload and flowtable offloads dependencies
2) Devlink reload support
3) TC Flowtable offloads
4) Misc cleanup

----------------------------------------------------------------
Alex Vesker (1):
      net/mlx5: DR, Fix matcher builders select check

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

Paul Blakey (1):
      net/mlx5: TC: Offload flow table rules

 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   | 47 ++++++++++++++++++++--
 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c    | 28 ++++++++++++-
 drivers/net/ethernet/mellanox/mlx5/core/en_tc.h    |  3 +-
 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 +-
 11 files changed, 128 insertions(+), 23 deletions(-)

Comments

David Miller Nov. 15, 2019, 2:02 a.m. UTC | #1
From: Saeed Mahameed <saeedm@mellanox.com>
Date: Wed, 13 Nov 2019 22:41:29 +0000

> This series adds misc updates to mlx5 driver,
> For more information please see tag log below.
> 
> Highlights:
> 1) Devlink reload support
> 2) TC Flowtable offloads 
> 
> 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.
> 
> v1->v2:
> - dropped the 2 patches dealing with sriov vlan trunks, as it was nacked.
> - merged the flowtables offloads low level infrastructure into mlx5-next
>   and updated the mlx5-next merge commit.
> - added mlx5 TC flowtables offload support patch on top of this series.

Pulled, thank you.