Re: [PATCH rdma-next 4/7] RDMA/core: Reorganize create QP low-level functions

From: Mark Zhang
Date: Wed Jul 21 2021 - 03:48:10 EST


On 7/21/2021 2:13 PM, Leon Romanovsky wrote:
External email: Use caution opening links or attachments


From: Leon Romanovsky <leonro@xxxxxxxxxx>

The low-level create QP function grew to be larger than any sensible
incline function should be. The inline attribute is not really needed
for that function and can be implemented as exported symbol.

incline -> inline?