Re: [PATCH rdma-next 4/7] RDMA/core: Reorganize create QP low-level functions
From: Leon Romanovsky <leon@kernel.org>
Date: 2021-07-21 07:50:56
Also in:
lkml
From: Leon Romanovsky <leon@kernel.org>
Date: 2021-07-21 07:50:56
Also in:
lkml
On Wed, Jul 21, 2021 at 03:47:34PM +0800, Mark Zhang wrote:
On 7/21/2021 2:13 PM, Leon Romanovsky wrote:quoted
External email: Use caution opening links or attachments From: Leon Romanovsky <leonro@nvidia.com> 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?
Thanks