All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-next V1 0/5] User-space time-stamping support for mlx5_ib
@ 2015-12-03 15:44 Matan Barak
       [not found] ` <1449157463-25313-1-git-send-email-matanb-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 13+ messages in thread
From: Matan Barak @ 2015-12-03 15:44 UTC (permalink / raw)
  To: Eli Cohen
  Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA, Doug Ledford, Eran Ben Elisha,
	Yann Droneaud, Matan Barak

Hi Eli,

This patch-set adds user-space support for time-stamping in mlx5_ib.
It implements the necessary API:
(a) ib_create_cq_ex - Add support for CQ creation flags
(b) ib_query_device - return timestamp_mask and hca_core_clock.

We also add support for mmaping the HCA's free running clock.
In order to do so, we use the response of the vendor's extended
part in init_ucontext. This allows us to pass the page offset
of the free running clock register to the user-space driver.
In order to implement it in a future extensible manner, we  use the
same mechanism of verbs extensions to the mlx5 vendor part as well.

Regards,
Matan

Changes from v0:
 * Limit mmap PAGE_SIZE to 4K (security wise).
 * Optimize ib_is_udata_cleared.
 * Pass hca_core_clock_offset in the vendor's response part of init_ucontext.

Matan Barak (5):
  IB/mlx5: Add create_cq extended command
  IB/core: Add ib_is_udata_cleared
  IB/mlx5: Add support for hca_core_clock and timestamp_mask
  IB/mlx5: Add hca_core_clock_offset to udata in init_ucontext
  IB/mlx5: Mmap the HCA's core clock register to user-space

 drivers/infiniband/hw/mlx5/cq.c      |  7 ++++
 drivers/infiniband/hw/mlx5/main.c    | 67 +++++++++++++++++++++++++++++++-----
 drivers/infiniband/hw/mlx5/mlx5_ib.h |  7 +++-
 drivers/infiniband/hw/mlx5/user.h    | 12 +++++--
 include/linux/mlx5/device.h          |  7 ++--
 include/linux/mlx5/mlx5_ifc.h        |  9 +++--
 include/rdma/ib_verbs.h              | 67 ++++++++++++++++++++++++++++++++++++
 7 files changed, 160 insertions(+), 16 deletions(-)

-- 
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2015-12-15 14:13 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-03 15:44 [PATCH for-next V1 0/5] User-space time-stamping support for mlx5_ib Matan Barak
     [not found] ` <1449157463-25313-1-git-send-email-matanb-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2015-12-03 15:44   ` [PATCH for-next V1 1/5] IB/mlx5: Add create_cq extended command Matan Barak
2015-12-03 15:44   ` [PATCH for-next V1 2/5] IB/core: Add ib_is_udata_cleared Matan Barak
     [not found]     ` <1449157463-25313-3-git-send-email-matanb-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2015-12-07 13:18       ` Haggai Eran
     [not found]         ` <56658718.8080308-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2015-12-10 14:59           ` Matan Barak
     [not found]             ` <CAAKD3BC7bhKC+jKV3aH9W+pcBwV19PJZYwXdZue6hNew=CJW9g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-12-10 15:20               ` Haggai Eran
     [not found]                 ` <5669983E.5000200-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2015-12-10 17:29                   ` Matan Barak
     [not found]                     ` <CAAKD3BDfobwroOnvoxPMTA5zL=wxY3KDL=FAvq5EdUOkFG_F+Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-12-13 15:47                       ` Haggai Eran
     [not found]                         ` <566D9315.9050807-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2015-12-14 16:31                           ` Matan Barak
2015-12-15 14:13                             ` Haggai Eran
2015-12-03 15:44   ` [PATCH for-next V1 3/5] IB/mlx5: Add support for hca_core_clock and timestamp_mask Matan Barak
2015-12-03 15:44   ` [PATCH for-next V1 4/5] IB/mlx5: Add hca_core_clock_offset to udata in init_ucontext Matan Barak
2015-12-03 15:44   ` [PATCH for-next V1 5/5] IB/mlx5: Mmap the HCA's core clock register to user-space Matan Barak

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.