Hi Dave, This series introduces some fixes to mlx5 driver.
Please pull and let me know if there is any problem. For -stable v4.17 ('net/mlx5: Avoid reloading already removed devices') For -stable v5.0 ('net/mlx5e: Avoid detaching non-existing netdev under switchdev mode') For -stable v5.1 ('net/mlx5e: Fix source port matching in fdb peer flow rule') ('net/mlx5e: Support tagged tunnel over bond') ('net/mlx5e: Add ndo_set_feature for uplink representor') ('net/mlx5: Update pci error handler entries and command translation') Thanks, Saeed. --- The following changes since commit f2c7c76c5d0a443053e94adb9f0918fa2fb85c3a: Linux 5.2-rc3 (2019-06-02 13:55:33 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2019-06-07 for you to fetch changes up to 45e7d4c0c1727d362012a62eb57254ea71a2d591: net/mlx5e: Support tagged tunnel over bond (2019-06-07 14:40:37 -0700) ---------------------------------------------------------------- mlx5-fixes-2019-06-07 ---------------------------------------------------------------- Alaa Hleihel (2): net/mlx5: Avoid reloading already removed devices net/mlx5e: Avoid detaching non-existing netdev under switchdev mode Chris Mi (1): net/mlx5e: Add ndo_set_feature for uplink representor Edward Srouji (1): net/mlx5: Update pci error handler entries and command translation Eli Britstein (1): net/mlx5e: Support tagged tunnel over bond Raed Salem (1): net/mlx5e: Fix source port matching in fdb peer flow rule Shay Agroskin (1): net/mlx5e: Replace reciprocal_scale in TX select queue function drivers/net/ethernet/mellanox/mlx5/core/cmd.c | 8 +++++++ drivers/net/ethernet/mellanox/mlx5/core/dev.c | 25 ++++++++++++++++++++-- drivers/net/ethernet/mellanox/mlx5/core/en.h | 2 ++ .../net/ethernet/mellanox/mlx5/core/en/tc_tun.c | 11 +++++----- drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 9 ++++++-- drivers/net/ethernet/mellanox/mlx5/core/en_rep.c | 10 +++++---- drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 3 --- drivers/net/ethernet/mellanox/mlx5/core/en_tx.c | 12 +++++------ 8 files changed, 58 insertions(+), 22 deletions(-)