On Tue, Jul 30, 2019 at 02:01:37PM +0300, Gal Pressman wrote: > The check for QP type different than XRC has wrongly excluded driver QP > types from the resource tracker. > > Fixes: 78a0cd648a80 ("RDMA/core: Add resource tracking for create and destroy QPs") It is a little bit over to say "wrongly". At that time, we did it on purpose because it was unclear how to represent such QP types to users and we didn't have vendor specific hooks introduced by Steve later on. I would like to see the output or "rdma res" and "rdma res show qp" with running driver QP after your change. Thanks