Hi Dave,
This series introduces two fixes to mlx5 driver.
1) Eran fixes a compatibility issue with ethtool flash.
2) Maxim fixes a race in XSK wakeup flow.
Please pull and let me know if there is any problem.
Thanks,
Saeed.
---
The following changes since commit 2aafdf5a5786ebbd8ccfe132ed6267c6962c5c3c:
selftests: net: tcp_fastopen_backup_key.sh: fix shellcheck issue (2019-08-15
11:34:32 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git
tags/mlx5-fixes-2019-08-15
for you to fetch changes up to f43d48d10a42787c1de1d3facd7db210c91db1da:
net/mlx5e: Fix compatibility issue with ethtool flash device (2019-08-15
11:43:57 -0700)
----------------------------------------------------------------
mlx5-fixes-2019-08-15
----------------------------------------------------------------
Eran Ben Elisha (1):
net/mlx5e: Fix compatibility issue with ethtool flash device
Maxim Mikityanskiy (1):
net/mlx5e: Fix a race with XSKICOSQ in XSK wakeup flow
drivers/net/ethernet/mellanox/mlx5/core/en.h | 2 ++
.../net/ethernet/mellanox/mlx5/core/en/xsk/setup.c | 3 ++
.../net/ethernet/mellanox/mlx5/core/en_ethtool.c | 35 ++++++++++++++++++++++
.../ethernet/mellanox/mlx5/core/ipoib/ethtool.c | 9 ++++++
4 files changed, 49 insertions(+)