From: Saeed Mahameed <sae...@mellanox.com> Date: Wed, 22 Feb 2017 17:20:10 +0200
> This series includes some important bug fixes for mlx5e driver. > > Three misc fixes: > From Mohamad, compilation fix on s390 system > From Me, A fix for driver unload when switchdev mode is on. > From Tariq, HW LRO frag size optimization for when build_skb is not used > (striding RQ mode). > > Three CQE compression related fixes: > Two fixes from Tariq and I, to correctly setup CQE compression > parameters on driver load and on arbitrary user modifications. > Last patch, fixes a very critical issue that was originally reported > by Tom, where the driver reported csum errors or even page ref issues > for when cqe compression is enabled and rapidly active. > > For your convenience this series was generated on top of net-next branch: > 005c3490e9db ('Revert "ath10k: Search SMBIOS for OEM board file extension"') Series applied. > for -stable: > net/mlx5e: Register/unregister vport representors on interface (for kernel >= > 4.9) > net/mlx5e: Do not reduce LRO WQE size when not using build_skb (for kernel >= > 4.9) > net/mlx5e: Fix broken CQE compression initialization (for kernel >= 4.9) > net/mlx5e: Update MPWQE stride size when modifying CQE compress state (for > kernel >= 4.7) > net/mlx5e: Fix wrong CQE decompression (for kernel >= 4.7) Queued up, thanks.