Hi Jakub, This series introduces some fixes to mlx5 driver. Please pull and let me know if there is any problem.
For -stable v4.14 ('net/mlx5: Disable QoS when min_rates on all VFs are zero') For -stable v4.20 ('net/mlx5: Add handling of port type in rule deletion') For -stable v5.5 ('net/mlx5: Clear bw_share upon VF disable') For -stable v5.7 ('net/mlx5: E-Switch, Fail mlx5_esw_modify_vport_rate if qos disabled') For -stable v5.8 ('net/mlx5e: Fix check if netdev is bond slave') For -stable v5.9 ('net/mlx5e: Fix refcount leak on kTLS RX resync') Thanks, Saeed. --- The following changes since commit 1b9e2a8c99a5c021041bfb2d512dc3ed92a94ffd: tcp: only postpone PROBE_RTT if RTT is < current min_rtt estimate (2020-11-17 11:03:22 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2020-11-17 for you to fetch changes up to 68ec32daf7d50a9f7425f8607a7402c13aa0c587: net/mlx5: fix error return code in mlx5e_tc_nic_init() (2020-11-17 11:50:54 -0800) ---------------------------------------------------------------- mlx5-fixes-2020-11-17 ---------------------------------------------------------------- Eli Cohen (1): net/mlx5: E-Switch, Fail mlx5_esw_modify_vport_rate if qos disabled Huy Nguyen (2): net/mlx5e: Set IPsec WAs only in IP's non checksum partial case. net/mlx5e: Fix IPsec packet drop by mlx5e_tc_update_skb Maor Dickman (1): net/mlx5e: Fix check if netdev is bond slave Maxim Mikityanskiy (1): net/mlx5e: Fix refcount leak on kTLS RX resync Michael Guralnik (1): net/mlx5: Add handling of port type in rule deletion Vladyslav Tarasiuk (2): net/mlx5: Clear bw_share upon VF disable net/mlx5: Disable QoS when min_rates on all VFs are zero Wang Hai (1): net/mlx5: fix error return code in mlx5e_tc_nic_init() .../net/ethernet/mellanox/mlx5/core/en/rep/bond.c | 2 +- .../ethernet/mellanox/mlx5/core/en_accel/ipsec_fs.c | 14 +++++++------- .../mellanox/mlx5/core/en_accel/ipsec_rxtx.c | 3 +-- .../mellanox/mlx5/core/en_accel/ipsec_rxtx.h | 9 +++++---- .../ethernet/mellanox/mlx5/core/en_accel/ktls_rx.c | 13 ++++++++----- drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 4 +++- drivers/net/ethernet/mellanox/mlx5/core/en_tc.h | 3 +++ drivers/net/ethernet/mellanox/mlx5/core/en_tx.c | 13 ++++++------- drivers/net/ethernet/mellanox/mlx5/core/eswitch.c | 20 +++++++++++++------- drivers/net/ethernet/mellanox/mlx5/core/fs_core.c | 7 +++++++ 10 files changed, 54 insertions(+), 34 deletions(-)