On Sun, Nov 15, 2020 at 11:34:05AM +0200, Leon Romanovsky wrote: > From: Leon Romanovsky <leonro@xxxxxxxxxx> > > RDMA counters are allocated and bounded to QP immediately after that. > Only after this two step process they are really usable. By combining > the logic, we are ensuring that once counter is returned to the caller, > it will have everything set. > > Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxx> > --- > drivers/infiniband/core/counters.c | 130 +++++++++++++---------------- > 1 file changed, 58 insertions(+), 72 deletions(-) Sorry, for resending it, you wrote here [1] that you took it, but I don't see it in the tree. [1] https://lore.kernel.org/linux-rdma/20201112185951.GA981682@xxxxxxxxxx/ Thanks