]> Gentwo Git Trees - linux/.git/commit
net/mlx5: Switch to more abstract scoped ksimd guard API on arm64
authorArd Biesheuvel <ardb@kernel.org>
Wed, 8 Oct 2025 15:22:36 +0000 (17:22 +0200)
committerArd Biesheuvel <ardb@kernel.org>
Wed, 12 Nov 2025 08:52:02 +0000 (09:52 +0100)
commit9dc106fa1e7d074305d415e568e4518174695507
treeba8d47e493c4b8af82336bd998d260bd92ba296f
parentab5718f06b6774b99230c71c1ee5476236496b62
net/mlx5: Switch to more abstract scoped ksimd guard API on arm64

Instead of calling kernel_neon_begin/end directly, switch to the scoped
guard API which encapsulates those calls. This is needed because the
prototypes of those APIs are going to be modified and will require a
kernel mode FP/SIMD buffer to be provided, which the scoped guard API
will do transparently.

Cc: Saeed Mahameed <saeedm@nvidia.com>
Cc: Leon Romanovsky <leon@kernel.org>
Cc: Tariq Toukan <tariqt@nvidia.com>
Cc: Mark Bloch <mbloch@nvidia.com>
Reviewed-by: Jonathan Cameron <jonathan.cameron@huawei.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
drivers/net/ethernet/mellanox/mlx5/core/wc.c