netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 net-next 0/5] mlx5 update for 3.18
@ 2014-10-02  9:19 Eli Cohen
  2014-10-02  9:19 ` [PATCH V2 net-next 1/5] net/mlx5_core: Update device capabilities handling Eli Cohen
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Eli Cohen @ 2014-10-02  9:19 UTC (permalink / raw)
  To: davem; +Cc: netdev, ogerlitz, yevgenyp, Eli Cohen

Hi Dave, 

This series integrates a new mechanism for populating and extracting field values 
used in the driver/firmware interaction around command mailboxes.

Changes from V1:
 - Remove unused definition of memcpy_cpu_to_be32()
 - Remove definitions of non_existent_*() and use BUILD_BUG_ON() instead.
 - Added a patch one line patch to add support for ConnectX-4 devices.

Changes from V0:
 - trimmed the auto-generated file to a minimum, as required by the reviewers.

Eli

Eli Cohen (5):
  net/mlx5_core: Update device capabilities handling
  net/mlx5_core: Use hardware registers description header file
  net/mlx5_core: use set/get macros in device caps
  net/mlx5_core: Identify resources by their type
  net/mlx5_core: Add ConnectX-4 to list of supported devices

 drivers/infiniband/hw/mlx5/cq.c                |   8 +-
 drivers/infiniband/hw/mlx5/mad.c               |   2 +-
 drivers/infiniband/hw/mlx5/main.c              |  83 +++---
 drivers/infiniband/hw/mlx5/qp.c                |  72 +++--
 drivers/infiniband/hw/mlx5/srq.c               |   6 +-
 drivers/net/ethernet/mellanox/mlx5/core/cmd.c  |  77 +++---
 drivers/net/ethernet/mellanox/mlx5/core/eq.c   |  14 +-
 drivers/net/ethernet/mellanox/mlx5/core/fw.c   |  81 +-----
 drivers/net/ethernet/mellanox/mlx5/core/main.c | 230 ++++++++++++----
 drivers/net/ethernet/mellanox/mlx5/core/qp.c   |  60 +++--
 drivers/net/ethernet/mellanox/mlx5/core/uar.c  |   4 +-
 include/linux/mlx5/device.h                    | 152 ++++-------
 include/linux/mlx5/driver.h                    | 118 +++------
 include/linux/mlx5/mlx5_ifc.h                  | 349 +++++++++++++++++++++++++
 include/linux/mlx5/qp.h                        |   3 +-
 15 files changed, 804 insertions(+), 455 deletions(-)
 create mode 100644 include/linux/mlx5/mlx5_ifc.h

-- 
2.1.1

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

end of thread, other threads:[~2014-10-03 22:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-02  9:19 [PATCH V2 net-next 0/5] mlx5 update for 3.18 Eli Cohen
2014-10-02  9:19 ` [PATCH V2 net-next 1/5] net/mlx5_core: Update device capabilities handling Eli Cohen
2014-10-02  9:19 ` [PATCH V2 net-next 2/5] net/mlx5_core: Use hardware registers description header file Eli Cohen
2014-10-02  9:19 ` [PATCH V2 net-next 3/5] net/mlx5_core: use set/get macros in device caps Eli Cohen
2014-10-02  9:19 ` [PATCH V2 net-next 4/5] net/mlx5_core: Identify resources by their type Eli Cohen
2014-10-02  9:19 ` [PATCH V2 net-next 5/5] net/mlx5_core: Add ConnectX-4 to list of supported devices Eli Cohen
2014-10-03 22:42 ` [PATCH V2 net-next 0/5] mlx5 update for 3.18 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).