Hi Dave, The following fixes are for mlx5 core and netdev driver.
For -stable v4.16 bc7fda7d4637 ('net/mlx5e: IPoIB, Reset QP after channels are closed') For -stable v4.17 36917a270395 ('net/mlx5: IPSec, Fix the SA context hash key') For -stable v4.18 6492a432be3a ('net/mlx5e: Always use the match level enum when parsing TC rule match') c3f81be236b1 ('net/mlx5e: Removed unnecessary warnings in FEC caps query') c5ce2e736b64 ('net/mlx5e: Fix selftest for small MTUs') For -stable v4.19 effcd896b25e ('net/mlx5e: Adjust to max number of channles when re-attaching') 394cbc5acd68 ('net/mlx5e: RX, verify received packet size in Linear Striding RQ') 447cbb3613c8 ('net/mlx5e: Don't match on vlan non-existence if ethertype is wildcarded') c223c1574612 ('net/mlx5e: Claim TC hw offloads support only under a proper build config') Please pull and let me know if there's any problem. Thanks, Saeed. --- The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a: Linux 4.20-rc1 (2018-11-04 15:37:52 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2018-11-19 for you to fetch changes up to 9184e51b5b3ef4509ea869f43e34a60f78f0d32a: net/mlx5e: Fix failing ethtool query on FEC query error (2018-11-19 15:33:31 -0800) ---------------------------------------------------------------- mlx5-fixes-2018-11-19 ---------------------------------------------------------------- Denis Drozdov (1): net/mlx5e: IPoIB, Reset QP after channels are closed Moshe Shemesh (1): net/mlx5e: RX, verify received packet size in Linear Striding RQ Or Gerlitz (3): net/mlx5e: Don't match on vlan non-existence if ethertype is wildcarded net/mlx5e: Claim TC hw offloads support only under a proper build config net/mlx5e: Always use the match level enum when parsing TC rule match Raed Salem (1): net/mlx5: IPSec, Fix the SA context hash key Roi Dayan (1): net/mlx5e: Apply the correct check for supporting TC esw rules split Shay Agroskin (4): net/mlx5e: Fix a bug in turning off FEC policy in unsupported speeds net/mlx5e: Fix wrong field name in FEC related functions net/mlx5e: Removed unnecessary warnings in FEC caps query net/mlx5e: Fix failing ethtool query on FEC query error Valentine Fatiev (1): net/mlx5e: Fix selftest for small MTUs Yuval Avnery (1): net/mlx5e: Adjust to max number of channles when re-attaching drivers/net/ethernet/mellanox/mlx5/core/en.h | 1 + drivers/net/ethernet/mellanox/mlx5/core/en/port.c | 36 +++++------ .../ethernet/mellanox/mlx5/core/en/port_buffer.c | 4 +- .../net/ethernet/mellanox/mlx5/core/en_ethtool.c | 3 +- drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 37 ++++++++++-- drivers/net/ethernet/mellanox/mlx5/core/en_rx.c | 6 ++ .../net/ethernet/mellanox/mlx5/core/en_selftest.c | 26 ++++---- drivers/net/ethernet/mellanox/mlx5/core/en_stats.c | 3 + drivers/net/ethernet/mellanox/mlx5/core/en_stats.h | 2 + drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 69 +++++++++++----------- .../net/ethernet/mellanox/mlx5/core/fpga/ipsec.c | 10 +++- .../net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c | 2 +- 12 files changed, 116 insertions(+), 83 deletions(-)