Re: [PATCH rdma-next 0/2] Real time/free running timestamp support
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-02-12 18:12:09
Also in:
linux-rdma
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-02-12 18:12:09
Also in:
linux-rdma
On Tue, Feb 09, 2021 at 03:11:05PM +0200, Leon Romanovsky wrote:
From: Leon Romanovsky <leonro@nvidia.com> Add an extra timestamp format for mlx5_ib device. Thanks Aharon Landau (2): net/mlx5: Add new timestamp mode bits RDMA/mlx5: Fail QP creation if the device can not support the CQE TS drivers/infiniband/hw/mlx5/qp.c | 104 +++++++++++++++++++++++++++++--- include/linux/mlx5/mlx5_ifc.h | 54 +++++++++++++++-- 2 files changed, 145 insertions(+), 13 deletions(-)
Since this is a rdma series, and we are at the end of the cycle, I took the IFC file directly to the rdma tree instead of through the shared branch. Applied to for-next, thanks Jason