mbox series

[pull,request,net,0/4] mlx5 fixes 2020-12-01

Message ID 20201203043946.235385-1-saeedm@nvidia.com
Headers show
Series mlx5 fixes 2020-12-01 | expand

Message

Saeed Mahameed Dec. 3, 2020, 4:39 a.m. UTC
Hi Jakub,

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

For the DR steering patch I will need it in net-next as well, I would
appreciate it if you will take this small series before your pr to linus.

For -stable v5.4:
 ('net/mlx5: DR, Proper handling of unsupported Connect-X6DX SW steering')

For -stable v5.8
 ('net/mlx5: Fix wrong address reclaim when command interface is down')

For -stable v5.9
 ('net: mlx5e: fix fs_tcp.c build when IPV6 is not enabled')

Thanks,
Saeed.

---
The following changes since commit 14483cbf040fcb38113497161088a1ce8ce5d713:

  net: broadcom CNIC: requires MMU (2020-12-01 11:44:02 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2020-12-01

for you to fetch changes up to c20289e64bfc0fc4bca0242d60839b9ca2e28e64:

  net/mlx5: DR, Proper handling of unsupported Connect-X6DX SW steering (2020-12-01 15:02:59 -0800)

----------------------------------------------------------------
mlx5-fixes-2020-12-01

----------------------------------------------------------------
Eran Ben Elisha (1):
      net/mlx5: Fix wrong address reclaim when command interface is down

Randy Dunlap (1):
      net: mlx5e: fix fs_tcp.c build when IPV6 is not enabled

Tariq Toukan (1):
      net/mlx5e: kTLS, Enforce HW TX csum offload with kTLS

Yevgeny Kliteynik (1):
      net/mlx5: DR, Proper handling of unsupported Connect-X6DX SW steering

 .../ethernet/mellanox/mlx5/core/en_accel/fs_tcp.c  |  2 ++
 drivers/net/ethernet/mellanox/mlx5/core/en_tx.c    | 22 +++++++++++++++-------
 .../net/ethernet/mellanox/mlx5/core/pagealloc.c    | 21 +++++++++++++++++++--
 .../ethernet/mellanox/mlx5/core/steering/dr_cmd.c  |  1 +
 .../mellanox/mlx5/core/steering/dr_domain.c        |  5 +++++
 .../mellanox/mlx5/core/steering/dr_types.h         |  1 +
 include/linux/mlx5/mlx5_ifc.h                      |  9 ++++++++-
 7 files changed, 51 insertions(+), 10 deletions(-)

Comments

Jakub Kicinski Dec. 3, 2020, 7:16 p.m. UTC | #1
On Thu, 3 Dec 2020 10:52:39 -0800 Jakub Kicinski wrote:
> On Wed, 2 Dec 2020 20:39:42 -0800 Saeed Mahameed wrote:
> > Hi Jakub,
> > 
> > This series introduces some fixes to mlx5 driver.
> > Please pull and let me know if there is any problem.
> > 
> > For the DR steering patch I will need it in net-next as well, I would
> > appreciate it if you will take this small series before your pr to linus.
> > 
> > For -stable v5.4:
> >  ('net/mlx5: DR, Proper handling of unsupported Connect-X6DX SW steering')
> > 
> > For -stable v5.8
> >  ('net/mlx5: Fix wrong address reclaim when command interface is down')
> > 
> > For -stable v5.9
> >  ('net: mlx5e: fix fs_tcp.c build when IPV6 is not enabled')  
> 
> Your tree is missing your signoff on:
> 
> Commit 3041429da89b ("net/mlx5e: kTLS, Enforce HW TX csum offload with kTLS")
> 	committer Signed-off-by missing
> 	author email:    tariqt@nvidia.com
> 	committer email: saeedm@nvidia.com
> 	Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
> 
> You can fix it or I'll just apply the patches from the ML.

Well, it's the last thing I got in the queue before I prep the PR so
let me just apply from the ML.

Thanks!