Hi Dave, This series introduces some fixes to mlx5 driver. For more information please see tag log below.
Please pull and let me know if there is any problem. For -stable v4.13 ('net/mlx5e: Allow MAC invalidation while spoofchk is ON') For -stable v4.18 ('Revert "net/mlx5e: E-Switch, Initialize eswitch only if eswitch manager"') Thanks, Saeed. --- The following changes since commit 49a57857aeea06ca831043acbb0fa5e0f50602fd: Linux 5.0-rc3 (2019-01-21 13:14:44 +1300) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2019-01-25 for you to fetch changes up to 6ce966fd2671899a48037abe7bf1df80a5adf029: net/mlx5e: Unblock setting vid 0 for VFs through the uplink rep (2019-01-25 12:00:29 -0800) ---------------------------------------------------------------- mlx5-fixes-2019-01-25 ---------------------------------------------------------------- Aya Levin (1): net/mlx5e: Allow MAC invalidation while spoofchk is ON Bodong Wang (1): Revert "net/mlx5e: E-Switch, Initialize eswitch only if eswitch manager" Moni Shoua (1): net/mlx5: Take lock with IRQs disabled to avoid deadlock Or Gerlitz (2): net/mlx5e: Move to use common phys port names for vport representors net/mlx5e: Unblock setting vid 0 for VFs through the uplink rep Shay Agroskin (1): net/mlx5e: Fix wrong private flag usage causing checksum disable drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 2 +- drivers/net/ethernet/mellanox/mlx5/core/en_rep.c | 25 ++++++++++++++++++++-- drivers/net/ethernet/mellanox/mlx5/core/eswitch.c | 22 +++++++------------ drivers/net/ethernet/mellanox/mlx5/core/lag.c | 21 ++++++++++++++++++ .../net/ethernet/mellanox/mlx5/core/mlx5_core.h | 2 ++ drivers/net/ethernet/mellanox/mlx5/core/qp.c | 5 +++-- 6 files changed, 58 insertions(+), 19 deletions(-)