Re: [PATCH rdma-next v2 0/4] Rely on firmware to get special mkeys

From: Jason Gunthorpe
Date: Fri Feb 17 2023 - 15:30:58 EST


On Tue, Jan 17, 2023 at 03:14:48PM +0200, Leon Romanovsky wrote:
> Changelog:
> v2:
> * Took a liberty and rewrote net/mlx5 patches
> * change logic around terminate_scatter_list_mkey
> * Added capability checks to be before executing command
> v1: https://lore.kernel.org/all/cover.1672917578.git.leonro@xxxxxxxxxx
> * Use already stored mkeys.terminate_scatter_list_mkey.
> v0: https://lore.kernel.org/all/cover.1672819469.git.leonro@xxxxxxxxxx
>
> -----------------------------------------------------------------------
> This series from Or extends mlx5 driver to rely on firmware to get
> special mkey values.
>
> Thanks
>
> Or Har-Toov (4):
> net/mlx5: Expose bits for querying special mkeys
> net/mlx5: Change define name for 0x100 lkey value
> net/mlx5e: Use query_special_contexts for mkeys
> RDMA/mlx5: Use query_special_contexts for mkeys

I pulled this into rdma, Saeed/Leon if you need these commits in the
shared branch then you can fast-forward the shared branch to:

commit 1b1e4868836a4b5b375be75fd4c9583d29500517
Author: Or Har-Toov <ohartoov@xxxxxxxxxx>
Date: Tue Jan 17 15:14:51 2023 +0200

net/mlx5e: Use query_special_contexts for mkeys

Thanks,
Jason