mbox

[pull,request,net-next,0/6] Mellanox, mlx5 updates 2019-11-22

Message ID 20191122212541.17715-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-22

Message

Saeed Mahameed Nov. 22, 2019, 9:26 p.m. UTC
Hi Dave,

This small 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 3243e04ab1c06e7cb1402aff609c83de97956489:

  net: dsa: ocelot: fix "should it be static?" warnings (2019-11-22 10:09:10 -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-22

for you to fetch changes up to 90ac245814abc30d2423474310654d31e3908b2f:

  net/mlx5e: Remove redundant pointer check (2019-11-22 13:18:20 -0800)

----------------------------------------------------------------
mlx5-updates-2019-11-22

1) Misc Cleanups
2) Software steering support for Geneve

----------------------------------------------------------------
Eli Cohen (1):
      net/mlx5e: Remove redundant pointer check

Leon Romanovsky (1):
      net/mlx5: Don't write read-only fields in MODIFY_HCA_VPORT_CONTEXT command

Saeed Mahameed (1):
      net/mlx5e: TC, Stub out ipv6 tun create header function

Yevgeny Kliteynik (3):
      net/mlx5: DR, Refactor VXLAN GPE flex parser tunnel code for SW steering
      net/mlx5: DR, Add HW bits and definitions for Geneve flex parser
      net/mlx5: DR, Add support for Geneve packets SW steering

 .../net/ethernet/mellanox/mlx5/core/en/tc_tun.c    |  26 ++---
 .../net/ethernet/mellanox/mlx5/core/en/tc_tun.h    |   7 ++
 .../mellanox/mlx5/core/steering/dr_matcher.c       |  60 ++++++++--
 .../ethernet/mellanox/mlx5/core/steering/dr_ste.c  | 126 ++++++++++++++-------
 .../mellanox/mlx5/core/steering/dr_types.h         |   9 +-
 .../mellanox/mlx5/core/steering/mlx5_ifc_dr.h      |  24 ++++
 drivers/net/ethernet/mellanox/mlx5/core/vport.c    |  27 ++---
 include/linux/mlx5/mlx5_ifc.h                      |   1 +
 8 files changed, 187 insertions(+), 93 deletions(-)

Comments

Jakub Kicinski Nov. 24, 2019, 12:42 a.m. UTC | #1
On Fri, 22 Nov 2019 21:26:47 +0000, Saeed Mahameed wrote:
> Hi Dave,
> 
> This small 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.

Pulled, thanks, but you have a duplicate sign-off on patch 5 and since
this is a pull I couldn't remove it. Please double check in the future.