Hi Dave,
The following series includes fixes for mlx5 netdev and eswitch.
For -stable v4.12
('net/mlx5e: Avoid using the ipv6 stub in the TC offload neigh update path')
('net/mlx5e: Fix traffic being dropped on VF representor')
For -stable v4.13
('net/mlx5e: Fix memory usage issues in offloading TC flows')
('net/mlx5e: Verify coalescing parameters in range')
For -stable v4.14
('net/mlx5e: Don't override vport admin link state in switchdev mode')
For -stable v4.15
('108b2b6d5c02 net/mlx5e: Sync netdev vxlan ports at open')
Please pull and let me know if there's any problem.
Thanks,
Saeed.
---
The following changes since commit 1bfa26ff8c4b7512f4e4efa6df211239223033d4:
ipv6: fix possible deadlock in rt6_age_examine_exception() (2018-03-23
13:40:34 -0400)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git
tags/mlx5-fixes-2018-03-23
for you to fetch changes up to dcbfde231207f7b6e1f5628d59b182198e1cfae2:
net/mlx5e: Sync netdev vxlan ports at open (2018-03-23 14:23:50 -0700)
----------------------------------------------------------------
mlx5-fixes-2018-03-23
----------------------------------------------------------------
Jianbo Liu (2):
net/mlx5e: Don't override vport admin link state in switchdev mode
net/mlx5e: Fix memory usage issues in offloading TC flows
Moshe Shemesh (1):
net/mlx5e: Verify coalescing parameters in range
Or Gerlitz (3):
net/mlx5e: Use 32 bits to store VF representor SQ number
net/mlx5: Make eswitch support to depend on switchdev
net/mlx5e: Avoid using the ipv6 stub in the TC offload neigh update path
Roi Dayan (1):
net/mlx5e: Fix traffic being dropped on VF representor
Shahar Klein (1):
net/mlx5e: Sync netdev vxlan ports at open
drivers/net/ethernet/mellanox/mlx5/core/Kconfig | 2 +-
.../net/ethernet/mellanox/mlx5/core/en_ethtool.c | 17 +++++++++++
drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 13 ++++-----
drivers/net/ethernet/mellanox/mlx5/core/en_rep.c | 34 ++++++++++++----------
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 18 ++++++------
5 files changed, 51 insertions(+), 33 deletions(-)