netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH mlx5-next 0/6] Mellanox, mlx5 next updates 2018-08-09
@ 2018-08-08 23:23 Saeed Mahameed
  2018-08-08 23:23 ` [PATCH mlx5-next 1/6] net/mlx5: Use max_num_eqs for calculation of required MSIX vectors Saeed Mahameed
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Saeed Mahameed @ 2018-08-08 23:23 UTC (permalink / raw)
  To: netdev, linux-rdma
  Cc: Leon Romanovsky, Jason Gunthorpe, David S. Miller, Doug Ledford,
	Saeed Mahameed

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(-)

-- 
2.17.0

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

end of thread, other threads:[~2018-08-09  6:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-08 23:23 [PATCH mlx5-next 0/6] Mellanox, mlx5 next updates 2018-08-09 Saeed Mahameed
2018-08-08 23:23 ` [PATCH mlx5-next 1/6] net/mlx5: Use max_num_eqs for calculation of required MSIX vectors Saeed Mahameed
2018-08-08 23:23 ` [PATCH mlx5-next 2/6] net/mlx5: Rename modify/query_vport state related enums Saeed Mahameed
2018-08-08 23:23 ` [PATCH mlx5-next 3/6] net/mlx5: E-Switch, Remove unused argument when creating legacy FDB Saeed Mahameed
2018-08-08 23:23 ` [PATCH mlx5-next 4/6] net/mlx5: Remove unused mlx5_query_vport_admin_state Saeed Mahameed
2018-08-08 23:23 ` [PATCH mlx5-next 5/6] net/mlx5: Unexport functions that need not be exported Saeed Mahameed
2018-08-09  4:34   ` Leon Romanovsky
2018-08-08 23:23 ` [PATCH mlx5-next 6/6] net/mlx5: Reduce command polling interval Saeed Mahameed
2018-08-09  2:37 ` [PATCH mlx5-next 0/6] Mellanox, mlx5 next updates 2018-08-09 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).