Hi Dave, The following series provides fixes to mlx5 core and net device driver.
Please pull and let me know if there's any problem. For -stable v4.7 net/mlx5e: Don't allow aRFS for encapsulated packets net/mlx5e: Fix quota counting in aRFS expire flow For -stable v4.15 net/mlx5e: Only allow offloading decap egress (egdev) flows net/mlx5e: Refine ets validation function net/mlx5: Adjust clock overflow work period For -stable v4.17 net/mlx5: E-Switch, UBSAN fix undefined behavior in mlx5_eswitch_mode Thanks, Saeed. --- The following changes since commit e56b8ce363a36fb7b74b80aaa5cc9084f2c908b4: tcp: identify cryptic messages as TCP seq # bugs (2018-07-18 15:26:33 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2018-07-18 for you to fetch changes up to 7e29392eee7a1e3318eeb1099807264a49f60e33: net/mlx5e: Only allow offloading decap egress (egdev) flows (2018-07-18 18:16:59 -0700) ---------------------------------------------------------------- mlx5-fixes-2018-07-18 ---------------------------------------------------------------- Ariel Levkovich (1): net/mlx5: Adjust clock overflow work period Eran Ben Elisha (2): net/mlx5e: Fix quota counting in aRFS expire flow net/mlx5e: Don't allow aRFS for encapsulated packets Raed Salem (1): net/mlx5: Fix 'DON'T_TRAP' functionality Roi Dayan (1): net/mlx5e: Only allow offloading decap egress (egdev) flows Saeed Mahameed (1): net/mlx5: E-Switch, UBSAN fix undefined behavior in mlx5_eswitch_mode Shay Agroskin (1): net/mlx5e: Refine ets validation function Tariq Toukan (1): net/mlx5: Fix QP fragmented buffer allocation drivers/net/ethernet/mellanox/mlx5/core/alloc.c | 2 +- drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c | 7 +++-- drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c | 17 +++++------ drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 4 +++ drivers/net/ethernet/mellanox/mlx5/core/eswitch.c | 2 +- drivers/net/ethernet/mellanox/mlx5/core/fs_core.c | 2 +- .../net/ethernet/mellanox/mlx5/core/lib/clock.c | 12 ++++++-- drivers/net/ethernet/mellanox/mlx5/core/wq.c | 34 ++++++++++++++-------- include/linux/mlx5/driver.h | 18 ++++++++++-- 9 files changed, 67 insertions(+), 31 deletions(-)