Hi Dave,
This pull request includes some fixes to mlx5 driver,
Please pull and let me know if there's any problem.
For -stable v4.11:
('net/mlx5: Take only bit 24-26 of wqe.pftype_wq for page fault type')
For -stable v4.17:
('net/mlx5: Fix memory leak when setting fpga ipsec caps')
For -stable v4.18:
('net/mlx5: WQ, fixes for fragmented WQ buffers API')
Thanks,
Saeed.
---
The following changes since commit 52b5d6f5dcf0e5201392f7d417148ccb537dbf6f:
net: make skb_partial_csum_set() more robust against overflows (2018-10-10
10:21:31 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git
tags/mlx5-fixes-2018-10-10
for you to fetch changes up to 37fdffb217a45609edccbb8b407d031143f551c0:
net/mlx5: WQ, fixes for fragmented WQ buffers API (2018-10-10 18:26:16 -0700)
----------------------------------------------------------------
mlx5-fixes-2018-10-10
----------------------------------------------------------------
Huy Nguyen (1):
net/mlx5: Take only bit 24-26 of wqe.pftype_wq for page fault type
Talat Batheesh (1):
net/mlx5: Fix memory leak when setting fpga ipsec caps
Tariq Toukan (1):
net/mlx5: WQ, fixes for fragmented WQ buffers API
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c | 12 +++++-------
drivers/net/ethernet/mellanox/mlx5/core/en_tx.c | 22 +++++++++++-----------
drivers/net/ethernet/mellanox/mlx5/core/eq.c | 2 +-
.../net/ethernet/mellanox/mlx5/core/fpga/ipsec.c | 9 ++++-----
.../net/ethernet/mellanox/mlx5/core/ipoib/ipoib.h | 5 ++---
drivers/net/ethernet/mellanox/mlx5/core/wq.c | 5 -----
drivers/net/ethernet/mellanox/mlx5/core/wq.h | 11 +++++------
include/linux/mlx5/driver.h | 8 ++++++++
8 files changed, 36 insertions(+), 38 deletions(-)