Re: [PATCH net-next V5] net/mlx5: Improve write-combining test reliability for ARM64 Grace CPUs
From: Jason Gunthorpe
Date: Thu Sep 25 2025 - 07:55:41 EST
On Thu, Sep 25, 2025 at 02:48:33PM +0300, Tariq Toukan wrote:
> +static void mlx5_iowrite64_copy(struct mlx5_wc_sq *sq, __be32 mmio_wqe[16],
> + size_t mmio_wqe_size, unsigned int offset)
> +{
> +#if defined(CONFIG_KERNEL_MODE_NEON) && defined(CONFIG_ARM64)
IS_ENABLED() not defined()
Jason