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