mbox

[pull,request,net,0/4] Mellanox, mlx5 fixes 2019-02-13

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2019-02-13

Message

Saeed Mahameed Feb. 13, 2019, 11:44 p.m. UTC
Hi Dave,

This series introduces some fixes to mlx5 driver.
For more information please see tag log below.

Please pull and let me know if there is any problem.

For -stable v4.19:
('net/mlx5e: XDP, fix redirect resources availability check')

Thanks,
Saeed.

---
The following changes since commit 2fdeee2549231b1f989f011bb18191f5660d3745:

  team: avoid complex list operations in team_nl_cmd_options_set() (2019-02-12 14:19:27 -0500)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2019-02-13

for you to fetch changes up to 407e17b1a69a51ba9a512a04342da56c1f931df4:

  net/mlx5e: XDP, fix redirect resources availability check (2019-02-13 15:40:51 -0800)

----------------------------------------------------------------
mlx5-fixes-2019-02-13

----------------------------------------------------------------
Huy Nguyen (1):
      net/mlx5: No command allowed when command interface is not ready

Maria Pasechnik (1):
      net/mlx5e: Fix NULL pointer derefernce in set channels error flow

Saeed Mahameed (1):
      net/mlx5e: XDP, fix redirect resources availability check

Tariq Toukan (1):
      net/mlx5: Fix a compilation warning in events.c

 drivers/net/ethernet/mellanox/mlx5/core/cmd.c        | 18 ++++++++++++++++++
 drivers/net/ethernet/mellanox/mlx5/core/en.h         |  1 +
 drivers/net/ethernet/mellanox/mlx5/core/en/xdp.c     |  6 ++----
 drivers/net/ethernet/mellanox/mlx5/core/en/xdp.h     | 17 +++++++++++++++++
 drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c |  7 ++++---
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c    |  2 ++
 drivers/net/ethernet/mellanox/mlx5/core/events.c     | 17 +++++++++--------
 drivers/net/ethernet/mellanox/mlx5/core/health.c     |  2 +-
 drivers/net/ethernet/mellanox/mlx5/core/mlx5_core.h  |  1 +
 9 files changed, 55 insertions(+), 16 deletions(-)

Comments

David Miller Feb. 14, 2019, 12:10 a.m. UTC | #1
From: Saeed Mahameed <saeedm@mellanox.com>
Date: Wed, 13 Feb 2019 15:44:47 -0800

> This series introduces some fixes to mlx5 driver.
> For more information please see tag log below.
> 
> Please pull and let me know if there is any problem.

Pulled.

> For -stable v4.19:
> ('net/mlx5e: XDP, fix redirect resources availability check')

Queued up for -stable, thanks Saeed.