Re: [PATCH mlx5-next 1/6] net/mlx5: Add new timestamp mode bits

2021-02-16 Thread Saeed Mahameed
On Tue, 2021-02-16 at 16:03 -0400, Jason Gunthorpe wrote: > On Fri, Feb 12, 2021 at 02:30:37PM -0800, Saeed Mahameed wrote: > > From: Aharon Landau > > > > These fields declare which timestamp mode is supported by the > > device > > per RQ/SQ/QP. > > > > In addition add the ts_format field to th

Re: [PATCH mlx5-next 1/6] net/mlx5: Add new timestamp mode bits

2021-02-16 Thread Jason Gunthorpe
On Fri, Feb 12, 2021 at 02:30:37PM -0800, Saeed Mahameed wrote: > From: Aharon Landau > > These fields declare which timestamp mode is supported by the device > per RQ/SQ/QP. > > In addition add the ts_format field to the select the mode for > RQ/SQ/QP. > > Signed-off-by: Aharon Landau > Signe

[PATCH mlx5-next 1/6] net/mlx5: Add new timestamp mode bits

2021-02-12 Thread Saeed Mahameed
From: Aharon Landau These fields declare which timestamp mode is supported by the device per RQ/SQ/QP. In addition add the ts_format field to the select the mode for RQ/SQ/QP. Signed-off-by: Aharon Landau Signed-off-by: Saeed Mahameed --- include/linux/mlx5/mlx5_ifc.h | 54 ++