netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 00/10] IB core and mlx5 changes
@ 2014-08-13 11:39 Eli Cohen
  2014-08-13 11:39 ` [PATCH net-next 01/10] IB/core: Add support for extended query device caps Eli Cohen
                   ` (10 more replies)
  0 siblings, 11 replies; 15+ messages in thread
From: Eli Cohen @ 2014-08-13 11:39 UTC (permalink / raw)
  To: roland, davem; +Cc: netdev, rdma, amirv, yevgenyp, Eli Cohen

Hi Roland and Dave,
Following are patches that extend IB verbs to support extended capabilities and
extended atomic operations which further extend the operations introduced for
ConnectX. There are also some bug fixes and also first introduction to using a
set of macros to set/get values from command mailboxes based on a special
header file that describes hardware registers layout.

I am sending to net-next since these patches heavily depend on commit
9603b61de1eee ("mlx5: Move pci device handling from mlx5_ib to mlx5_core")
which is available in net-next but not yet in ib-next.

Eli Cohen (10):
  IB/core: Add support for extended query device caps
  IB/mlx5: Add support for extended query device
  mlx5: Use hardware registers description header file
  IB/mlx5: Remove duplicate code from mlx5_set_path
  IB/core: Define big endian response for atomic operations
  IB/mlx5: Add extended atomic support
  IB/mlx4: Add extended atomic support
  IB/mlx5: Clear umr resources after ib_unregister_device
  IB/mlx5: Improve debug prints in mlx5_ib_reg_user_mr
  IB/core: Avoid leakage from kernel to user space

 drivers/infiniband/core/uverbs.h               |    1 +
 drivers/infiniband/core/uverbs_cmd.c           |  142 +-
 drivers/infiniband/core/uverbs_main.c          |    4 +-
 drivers/infiniband/hw/mlx4/main.c              |    3 +
 drivers/infiniband/hw/mlx5/cq.c                |    8 +-
 drivers/infiniband/hw/mlx5/mad.c               |    2 +-
 drivers/infiniband/hw/mlx5/main.c              |  154 +-
 drivers/infiniband/hw/mlx5/mr.c                |    6 +-
 drivers/infiniband/hw/mlx5/qp.c                |  115 +-
 drivers/infiniband/hw/mlx5/srq.c               |    6 +-
 drivers/net/ethernet/mellanox/mlx5/core/cmd.c  |   35 +
 drivers/net/ethernet/mellanox/mlx5/core/eq.c   |    2 +-
 drivers/net/ethernet/mellanox/mlx5/core/fw.c   |  102 +-
 drivers/net/ethernet/mellanox/mlx5/core/main.c |  199 +-
 drivers/net/ethernet/mellanox/mlx5/core/uar.c  |    4 +-
 include/linux/mlx5/device.h                    |   99 +-
 include/linux/mlx5/driver.h                    |   85 +-
 include/linux/mlx5/mlx5_ifc.h                  | 4389 ++++++++++++++++++++++++
 include/rdma/ib_verbs.h                        |   10 +-
 include/uapi/rdma/ib_user_verbs.h              |   64 +-
 20 files changed, 5147 insertions(+), 283 deletions(-)
 create mode 100644 include/linux/mlx5/mlx5_ifc.h

-- 
1.9.3

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

end of thread, other threads:[~2014-08-13 19:47 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-13 11:39 [PATCH net-next 00/10] IB core and mlx5 changes Eli Cohen
2014-08-13 11:39 ` [PATCH net-next 01/10] IB/core: Add support for extended query device caps Eli Cohen
2014-08-13 11:39 ` [PATCH net-next 02/10] IB/mlx5: Add support for extended query device Eli Cohen
2014-08-13 12:29   ` Sergei Shtylyov
2014-08-13 13:49     ` Eli Cohen
2014-08-13 11:39 ` [PATCH net-next 03/10] mlx5: Use hardware registers description header file Eli Cohen
2014-08-13 11:39 ` [PATCH net-next 04/10] IB/mlx5: Remove duplicate code from mlx5_set_path Eli Cohen
2014-08-13 11:39 ` [PATCH net-next 05/10] IB/core: Define big endian response for atomic operations Eli Cohen
2014-08-13 11:39 ` [PATCH net-next 06/10] IB/mlx5: Add extended atomic support Eli Cohen
2014-08-13 11:39 ` [PATCH net-next 07/10] IB/mlx4: " Eli Cohen
2014-08-13 11:39 ` [PATCH net-next 08/10] IB/mlx5: Clear umr resources after ib_unregister_device Eli Cohen
2014-08-13 11:39 ` [PATCH net-next 09/10] IB/mlx5: Improve debug prints in mlx5_ib_reg_user_mr Eli Cohen
2014-08-13 11:39 ` [PATCH net-next 10/10] IB/core: Avoid leakage from kernel to user space Eli Cohen
2014-08-13 19:44 ` [PATCH net-next 00/10] IB core and mlx5 changes David Miller
2014-08-13 19:47   ` Eli Cohen

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