mbox

[pull,request,net,0/3] Mellanox, mlx5 fixes 2018-05-10

Message ID 20180510231915.23754-1-saeedm@mellanox.com
State Accepted, archived
Delegated to: David Miller
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2018-05-10

Message

Saeed Mahameed May 10, 2018, 11:19 p.m. UTC
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(-)

Comments

David Miller May 11, 2018, 4:27 p.m. UTC | #1
From: Saeed Mahameed <saeedm@mellanox.com>
Date: Thu, 10 May 2018 16:19:12 -0700

> the following series includes some fixes for mlx5 core driver.
> Please pull and let me know if there's any problem.

Pulled.

> 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")

Queued up for -stable.

Thanks.