mbox

[pull,request,net,0/4] Mellanox, mlx5 fixes 2019-01-18

Message ID 20190119002523.16097-1-saeedm@mellanox.com
State Accepted
Delegated to: David Miller
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2019-01-18

Message

Saeed Mahameed Jan. 19, 2019, 12:25 a.m. UTC
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(-)

Comments

David Miller Jan. 19, 2019, 2:21 a.m. UTC | #1
From: Saeed Mahameed <saeedm@mellanox.com>
Date: Fri, 18 Jan 2019 16:25:19 -0800

> This series introduces some fixes to mlx5 driver.
> 
> Please pull and let me know if there is any problem.

I'll pull this, thanks!

> 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 ?

I'll take care of it.  If I need some help, I will let you know.