Re: [PATCH net-next V2] net/mlx5: Improve write-combining test reliability for ARM64 Grace CPUs

From: Jason Gunthorpe
Date: Tue Sep 16 2025 - 08:28:11 EST


On Tue, Sep 16, 2025 at 12:47:17PM +0300, Patrisious Haddad wrote:

> Using the correct CC flags by itself is sufficient and correct - and I don't
> see other neon users using the ".arch_extension simd" you mentioned , so why
> do you think it is needed here ?

If you do it as Arnd suggests then we don't need a another file,
makefile changes and so on. You can just drop a 5 line inline right
before it is used.

Jason