RE: [PATCH rdma-next] RDMA/rdmavt: Decouple QP and SGE lists allocations

From: Marciniszyn, Mike
Date: Tue May 11 2021 - 15:15:17 EST


> >
> > Why not kzalloc_node() here?

I agree here.

Other allocations that have been promoted to the core have lost the node attribute in the allocation.

For the rdmavt based drivers and especially with the QP, there are performance implications.

I have no issue moving the allocation, as long as the node centric allocation is preserved.

I will test the patch to make sure there is nothing else lurking.

Mike