Hi Dave, the following series includes some fixes for mlx5 core driver. Please pull and let me know if there's any problem.
For -stable v4.5 ("net/mlx5: E-Switch, Include VF RDMA stats in vport statistics") For -stable v4.10 ("net/mlx5e: Err if asked to offload TC match on frag being first") Thanks, Saeed. --- The following changes since commit ca3943c4aaff083bc25419f04e549e293590258e: Merge tag 'linux-can-fixes-for-4.17-20180510' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can (2018-05-10 17:57:11 -0400) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2018-05-10 for you to fetch changes up to f85900c3e13fdb61f040c9feecbcda601e0cdcfb: net/mlx5e: Err if asked to offload TC match on frag being first (2018-05-10 16:10:13 -0700) ---------------------------------------------------------------- mlx5-fixes-2018-05-10 ---------------------------------------------------------------- Adi Nissim (1): net/mlx5: E-Switch, Include VF RDMA stats in vport statistics Daniel Jurgens (1): net/mlx5: Free IRQs in shutdown path Roi Dayan (1): net/mlx5e: Err if asked to offload TC match on frag being first drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 4 ++++ drivers/net/ethernet/mellanox/mlx5/core/eq.c | 28 ++++++++++++++++++++++ drivers/net/ethernet/mellanox/mlx5/core/eswitch.c | 11 ++++++++- drivers/net/ethernet/mellanox/mlx5/core/main.c | 8 +++++++ .../net/ethernet/mellanox/mlx5/core/mlx5_core.h | 2 ++ 5 files changed, 52 insertions(+), 1 deletion(-)