Hi Dave,
This series includes two mlx5 fixes.
1) add FCS data to checksum complete when required, from Eran Ben
Elisha.
2) Fix A race in IPSec sandbox QP commands, from Yossi Kuperman.
Please pull and let me know if there's any problem.
for -stable v4.15
("net/mlx5e: When RXFCS is set, add FCS data into checksum calculation")
Thanks,
Saeed.
---
git format-pullreq $NTAG "for-next" $BASE $TARGET $NTAG
The following changes since commit d546b67cda015fb92bfee93d5dc0ceadb91deaee:
net/mlx4: Fix irq-unsafe spinlock usage (2018-05-23 15:48:58 -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-24
for you to fetch changes up to 1dcbc01f73f9abc4779f71eae5e6dc61bee37229:
net/mlx5: IPSec, Fix a race between concurrent sandbox QP commands
(2018-05-24 14:40:40 -0700)
----------------------------------------------------------------
mlx5-fixes-2018-05-24
----------------------------------------------------------------
Eran Ben Elisha (1):
net/mlx5e: When RXFCS is set, add FCS data into checksum calculation
Yossi Kuperman (1):
net/mlx5: IPSec, Fix a race between concurrent sandbox QP commands
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c | 42 ++++++++++++++++++++++
.../net/ethernet/mellanox/mlx5/core/fpga/ipsec.c | 12 +++----
2 files changed, 47 insertions(+), 7 deletions(-)