mbox series

[net-next,0/3] Mellanox, mlx5 build fixes

Message ID 20190711193937.29802-1-saeedm@mellanox.com
Headers show
Series Mellanox, mlx5 build fixes | expand

Message

Saeed Mahameed July 11, 2019, 7:39 p.m. UTC
Hi Dave,

I know net-next is closed but these patches are fixing some compiler
build and warnings issues people have been complaining about.

I hope it is not too late, but in case it is a lot of trouble for you, I
guess they can wait.

Thanks,
Saeed.

---

Saeed Mahameed (2):
  net/mlx5e: Fix unused variable warning when CONFIG_MLX5_ESWITCH is off
  net/mlx5: E-Switch, Reduce ingress acl modify metadata stack usage

Tariq Toukan (1):
  net/mlx5e: Fix compilation error in TLS code

 drivers/net/ethernet/mellanox/mlx5/core/accel/tls.h        | 2 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c          | 5 ++---
 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c | 2 +-
 3 files changed, 4 insertions(+), 5 deletions(-)

Comments

David Miller July 11, 2019, 10:05 p.m. UTC | #1
From: Saeed Mahameed <saeedm@mellanox.com>
Date: Thu, 11 Jul 2019 19:39:53 +0000

> I know net-next is closed but these patches are fixing some compiler
> build and warnings issues people have been complaining about.
> 
> I hope it is not too late, but in case it is a lot of trouble for
> you, I guess they can wait.

Never too late to submit build fixes :-)

Series applied, thanks.