mbox series

[mlx5-next,0/6] Mellanox, mlx5 next updates 2018-08-09

Message ID 20180808232353.15514-1-saeedm@mellanox.com (mailing list archive)
Headers show
Series Mellanox, mlx5 next updates 2018-08-09 | expand

Message

Saeed Mahameed Aug. 8, 2018, 11:23 p.m. UTC
Hi All,

This series includes mlx5 core driver updates and mostly simple
cleanups.

From Denis: Use max #EQs reported by firmware to request MSIX vectors.

From Eli: Trivial cleanups, unused arguments/functions and reduce
command polling interval when command interface is in polling mode.

From Eran: Rename vport state enums, to better reflect their actual
usage.

Thanks,
Saeed.

---

Denis Drozdov (1):
  net/mlx5: Use max_num_eqs for calculation of required MSIX vectors

Eli Cohen (4):
  net/mlx5: E-Switch, Remove unused argument when creating legacy FDB
  net/mlx5: Remove unused mlx5_query_vport_admin_state
  net/mlx5: Unexport functions that need not be exported
  net/mlx5: Reduce command polling interval

Eran Ben Elisha (1):
  net/mlx5: Rename modify/query_vport state related enums

 drivers/net/ethernet/mellanox/mlx5/core/cmd.c      |  2 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c  | 12 ++++++------
 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c   |  8 ++++----
 .../net/ethernet/mellanox/mlx5/core/en_selftest.c  |  2 +-
 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c  | 14 +++++++-------
 drivers/net/ethernet/mellanox/mlx5/core/main.c     |  4 +++-
 drivers/net/ethernet/mellanox/mlx5/core/vport.c    | 12 ------------
 include/linux/mlx5/device.h                        |  6 +++---
 include/linux/mlx5/mlx5_ifc.h                      |  9 ++++++---
 include/linux/mlx5/vport.h                         |  2 --
 10 files changed, 31 insertions(+), 40 deletions(-)

Comments

David Miller Aug. 9, 2018, 2:37 a.m. UTC | #1
From: Saeed Mahameed <saeedm@mellanox.com>
Date: Wed,  8 Aug 2018 16:23:47 -0700

> This series includes mlx5 core driver updates and mostly simple
> cleanups.
> 
> From Denis: Use max #EQs reported by firmware to request MSIX vectors.
> 
> From Eli: Trivial cleanups, unused arguments/functions and reduce
> command polling interval when command interface is in polling mode.
> 
> From Eran: Rename vport state enums, to better reflect their actual
> usage.

Series applied to net-next, thank you.
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html