[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240705094430.GD1095183@kernel.org>
Date: Fri, 5 Jul 2024 10:44:30 +0100
From: Simon Horman <horms@...nel.org>
To: Tariq Toukan <tariqt@...dia.com>
Cc: "David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>,
Eric Dumazet <edumazet@...gle.com>, netdev@...r.kernel.org,
Saeed Mahameed <saeedm@...dia.com>, Gal Pressman <gal@...dia.com>,
Leon Romanovsky <leonro@...dia.com>,
Rahul Rameshbabu <rrameshbabu@...dia.com>,
Carolina Jubran <cjubran@...dia.com>
Subject: Re: [PATCH net-next 07/10] net/mlx5: Implement PTM cross
timestamping support
On Fri, Jul 05, 2024 at 10:13:54AM +0300, Tariq Toukan wrote:
> From: Rahul Rameshbabu <rrameshbabu@...dia.com>
>
> Expose Precision Time Measurement support through related PTP ioctl.
>
> Signed-off-by: Rahul Rameshbabu <rrameshbabu@...dia.com>
> Co-developed-by: Carolina Jubran <cjubran@...dia.com>
> Signed-off-by: Carolina Jubran <cjubran@...dia.com>
> Signed-off-by: Tariq Toukan <tariqt@...dia.com>
> ---
> .../ethernet/mellanox/mlx5/core/lib/clock.c | 86 +++++++++++++++++++
> 1 file changed, 86 insertions(+)
>
> diff --git a/drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c b/drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c
> index 0361741632a6..e023fb323a32 100644
> --- a/drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c
> +++ b/drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c
> @@ -30,10 +30,13 @@
> * SOFTWARE.
> */
>
> +#include <asm/tsc.h>
Hi Tariq, all,
This appears to break compilation on architectures that don't have tsc.h -
those other than x86.
E.g. allmodconfig on arm64.
--
pw-bot: changes-requested
...
Powered by blists - more mailing lists