RDMA/mlx5: Fix the flow of a miss in the allocation of a cache ODP MR
authorAharon Landau <aharonl@nvidia.com>
Tue, 15 Feb 2022 17:55:30 +0000 (19:55 +0200)
committerJason Gunthorpe <jgg@nvidia.com>
Wed, 23 Feb 2022 18:59:13 +0000 (14:59 -0400)
commit2f0e60d5e9f96341a0c8a01be8878cdb3b29ff20
treed9af1474cf8b6c4441034c35dc115cad919c05fb
parent185b9826782a53529b2b57328a8f49b1d0cf8f8f
RDMA/mlx5: Fix the flow of a miss in the allocation of a cache ODP MR

When an ODP MR cache entry is empty and trying to allocate it, increment
the ent->miss counter and call to queue_adjust_cache_locked() to verify
the entry is balanced.

Fixes: aad719dcf379 ("RDMA/mlx5: Allow MRs to be created in the cache synchronously")
Link: https://lore.kernel.org/r/09503e295276dcacc92cb1d8aef1ad0961c99dc1.1644947594.git.leonro@nvidia.com
Signed-off-by: Aharon Landau <aharonl@nvidia.com>
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/mlx5/mr.c