netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net V1 0/8] mlx5 driver updates and fixes
@ 2016-04-21 21:32 Saeed Mahameed
  2016-04-21 21:33 ` [PATCH net V1 1/8] net/mlx5_core: Fix soft lockup in steering error flow Saeed Mahameed
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Saeed Mahameed @ 2016-04-21 21:32 UTC (permalink / raw)
  To: David S. Miller
  Cc: netdev, Or Gerlitz, Tal Alon, Eran Ben Elisha, Saeed Mahameed

Hi Dave,

Changes from V0:
	- Dropped: ("net/mlx5e: Reset link modes upon setting speed to zero") 
	- Fixed compilation issue introduced to mlx5_ib driver.
	- Rebased to df637193906a ('Revert "Prevent NUll pointer dereference with two PHYs on cpsw"')

This series has few bug fixes for mlx5 core and ethernet driver.

Eli fixed a wrong static local variable declaration in flow steering API.
Majd added the support of ConnectX-5 PF and VF and added the support
for kernel shutdown pci callback for more robust reboot procedures.
Maor fixed a soft lockup in flow steering.
Rana fixed a wrog speed define in mlx5 EN driver.
I also had the chance to introduce some bug fixes in mlx5 EN mtu 
reporting and handling.

For -stable:
	net/mlx5_core: Fix soft lockup in steering error flow
	net/mlx5e: Device's mtu field is u16 and not int
	net/mlx5e: Fix minimum MTU
	net/mlx5e: Use vport MTU rather than physical port MTU

Thanks,
Saeed


Eli Cohen (1):
  net/mlx5_core: Remove static from local variable

Majd Dibbiny (2):
  net/mlx5_core: Add ConnectX-5 to list of supported devices
  net/mlx5: Add pci shutdown callback

Maor Gottlieb (1):
  net/mlx5_core: Fix soft lockup in steering error flow

Rana Shahout (1):
  net/mlx5e: Fix MLX5E_100BASE_T define

Saeed Mahameed (3):
  net/mlx5e: Device's mtu field is u16 and not int
  net/mlx5e: Fix minimum MTU
  net/mlx5e: Use vport MTU rather than physical port MTU

 drivers/infiniband/hw/mlx5/main.c                  |    4 +-
 drivers/net/ethernet/mellanox/mlx5/core/en.h       |    2 +-
 .../net/ethernet/mellanox/mlx5/core/en_ethtool.c   |    8 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c  |   72 +++++++++++++++----
 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c  |   48 +++++--------
 drivers/net/ethernet/mellanox/mlx5/core/main.c     |   25 ++++++-
 drivers/net/ethernet/mellanox/mlx5/core/port.c     |   10 ++--
 drivers/net/ethernet/mellanox/mlx5/core/vport.c    |   40 +++++++++++
 include/linux/mlx5/driver.h                        |    7 +-
 include/linux/mlx5/port.h                          |    6 +-
 include/linux/mlx5/vport.h                         |    2 +
 11 files changed, 157 insertions(+), 67 deletions(-)

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-04-24 18:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-21 21:32 [PATCH net V1 0/8] mlx5 driver updates and fixes Saeed Mahameed
2016-04-21 21:33 ` [PATCH net V1 1/8] net/mlx5_core: Fix soft lockup in steering error flow Saeed Mahameed
2016-04-21 21:33 ` [PATCH net V1 2/8] net/mlx5e: Fix MLX5E_100BASE_T define Saeed Mahameed
2016-04-21 21:33 ` [PATCH net V1 3/8] net/mlx5_core: Add ConnectX-5 to list of supported devices Saeed Mahameed
2016-04-21 21:33 ` [PATCH net V1 4/8] net/mlx5e: Device's mtu field is u16 and not int Saeed Mahameed
2016-04-21 21:33 ` [PATCH net V1 5/8] net/mlx5e: Fix minimum MTU Saeed Mahameed
2016-04-21 21:33 ` [PATCH net V1 6/8] net/mlx5e: Use vport MTU rather than physical port MTU Saeed Mahameed
2016-04-21 21:33 ` [PATCH net V1 7/8] net/mlx5_core: Remove static from local variable Saeed Mahameed
2016-04-21 21:33 ` [PATCH net V1 8/8] net/mlx5: Add pci shutdown callback Saeed Mahameed
2016-04-24 18:53 ` [PATCH net V1 0/8] mlx5 driver updates and fixes David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).