Hi Dave, This series introduces some fixes to mlx5 driver.
Please pull and let me know if there is any problem. For -stable v4.18 ('net/mlx5e: Force CHECKSUM_UNNECESSARY for short ethernet frames') The patch doesn't apply cleanly to 4.18.y, but it is very simple to resolve, what should be the procedure here ? Thanks, Saeed. --- The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c: Linux 5.0-rc1 (2019-01-06 17:08:20 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2019-01-18 for you to fetch changes up to 25f2d0e7791e71cc89c58a7c2231768ad200764b: net/mlx5e: Fix cb_ident duplicate in indirect block register (2019-01-18 16:15:31 -0800) ---------------------------------------------------------------- mlx5-fixes-2019-01-18 ---------------------------------------------------------------- Cong Wang (1): net/mlx5e: Force CHECKSUM_UNNECESSARY for short ethernet frames Eli Britstein (1): net/mlx5e: Fix cb_ident duplicate in indirect block register Shay Agroskin (1): net/mlx5e: Fix wrong error code return on FEC query failure Tariq Toukan (1): net/mlx5e: Fix wrong (zero) TX drop counter indication for representor .../net/ethernet/mellanox/mlx5/core/en_ethtool.c | 5 +++- drivers/net/ethernet/mellanox/mlx5/core/en_rep.c | 30 ++++++++++++---------- drivers/net/ethernet/mellanox/mlx5/core/en_rx.c | 13 ++++++++++ 3 files changed, 34 insertions(+), 14 deletions(-)