[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190222214426.27833-1-saeedm@mellanox.com>
Date: Fri, 22 Feb 2019 13:44:17 -0800
From: Saeed Mahameed <saeedm@...lanox.com>
To: "David S. Miller" <davem@...emloft.net>
Cc: netdev@...r.kernel.org, Saeed Mahameed <saeedm@...lanox.com>
Subject: [pull request][net-next 0/9] Mellanox, mlx5 updates 2019-02-21
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 2fce40a592daa92f1565152cb68d4c4ca7e97d52:
Merge branch 'dsa-vlan' (2019-02-22 11:53:32 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-updates-2019-02-21
for you to fetch changes up to 4b89251de024fb85329e4cbd8fbea551ae6c665c:
net/mlx5: Support ndo bridge_setlink and getlink (2019-02-22 13:38:25 -0800)
----------------------------------------------------------------
mlx5-updates-2019-02-21
This series adds some misc updates to mlx5 driver,
1) Eli Britstein, Introduces tunnel entropy control from PCMR register
and fixes GRE key by controlling port tunnel entropy calculation.
2) Eran Ben Elisha, provides some mlx5 fixes to the latest tx devlink health
reporting mechanism.
3) Huy Nguyen, Added the support for ndo bridge_setlink to allow
VEPA/VEB E-Switch legacy mode configurations.
----------------------------------------------------------------
Eli Britstein (3):
net/mlx5: Use read-modify-write when changing PCMR register values
net/mlx5: Introduce tunnel entropy control in PCMR register
net/mlx5e: Fix GRE key by controlling port tunnel entropy calculation
Eran Ben Elisha (4):
net/mlx5e: Fix warn print in case of TX reporter creation failure
net/mlx5e: Re-add support for TX timeout when TX reporter is not valid
net/mlx5e: Fix return status of TX reporter timeout recover
net/mlx5e: Fix mlx5e_tx_reporter_create return value
Huy Nguyen (2):
net/mlx5: E-Switch, Add support for VEPA in legacy mode.
net/mlx5: Support ndo bridge_setlink and getlink
drivers/net/ethernet/mellanox/mlx5/core/Makefile | 2 +-
.../ethernet/mellanox/mlx5/core/en/reporter_tx.c | 22 +-
drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 65 +++++-
drivers/net/ethernet/mellanox/mlx5/core/en_rep.c | 18 +-
drivers/net/ethernet/mellanox/mlx5/core/en_rep.h | 3 +
drivers/net/ethernet/mellanox/mlx5/core/en_tx.c | 5 +-
drivers/net/ethernet/mellanox/mlx5/core/eswitch.c | 223 +++++++++++++++++++--
drivers/net/ethernet/mellanox/mlx5/core/eswitch.h | 5 +
.../net/ethernet/mellanox/mlx5/core/lib/port_tun.c | 205 +++++++++++++++++++
.../net/ethernet/mellanox/mlx5/core/lib/port_tun.h | 24 +++
drivers/net/ethernet/mellanox/mlx5/core/port.c | 9 +-
include/linux/mlx5/mlx5_ifc.h | 12 +-
include/linux/mlx5/port.h | 2 +
13 files changed, 553 insertions(+), 42 deletions(-)
create mode 100644 drivers/net/ethernet/mellanox/mlx5/core/lib/port_tun.c
create mode 100644 drivers/net/ethernet/mellanox/mlx5/core/lib/port_tun.h
Powered by blists - more mailing lists