Hi Dave, This small patchset introduces some fixes to mlx5 driver.
Please pull and let me know if there is any problem. For -stable v4.18: ('net/mlx5e: fix bpf_prog reference count leaks in mlx5e_alloc_rq') For -stable v5.7: ('net/mlx5e: E-Switch, Add misc bit when misc fields changed for mirroring') Thanks, Saeed. --- The following changes since commit 85496a29224188051b6135eb38da8afd4c584765: net: gemini: Fix missing clk_disable_unprepare() in error path of gemini_ethernet_port_probe() (2020-07-30 17:45:13 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2020-07-30 for you to fetch changes up to e692139e6af339a1495ef401b2d95f7f9d1c7a44: net/mlx5e: fix bpf_prog reference count leaks in mlx5e_alloc_rq (2020-07-30 18:53:55 -0700) ---------------------------------------------------------------- mlx5-fixes-2020-07-30 ---------------------------------------------------------------- Jianbo Liu (3): net/mlx5e: CT: Support restore ipv6 tunnel net/mlx5e: E-Switch, Add misc bit when misc fields changed for mirroring net/mlx5e: E-Switch, Specify flow_source for rule with no in_port Xin Xiong (1): net/mlx5e: fix bpf_prog reference count leaks in mlx5e_alloc_rq .../net/ethernet/mellanox/mlx5/core/en/rep/tc.c | 30 +++++++++++++++------- .../ethernet/mellanox/mlx5/core/en/tc_tun_geneve.c | 2 ++ .../ethernet/mellanox/mlx5/core/en/tc_tun_gre.c | 2 ++ .../ethernet/mellanox/mlx5/core/en/tc_tun_vxlan.c | 2 ++ drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 4 +-- drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 1 + .../ethernet/mellanox/mlx5/core/eswitch_offloads.c | 19 +++++++++----- 7 files changed, 42 insertions(+), 18 deletions(-)