diff options
author | Bob Pearson <rpearsonhpe@gmail.com> | 2022-04-20 20:40:34 -0500 |
---|---|---|
committer | Jason Gunthorpe <jgg@nvidia.com> | 2022-05-06 15:33:31 -0300 |
commit | 0b1fbfb9e9058e6eae6564cdb4ed0003d766445c (patch) | |
tree | 50ab91fbdb704ec3bf9ddbe5c9d343e23a5e9bd5 /README | |
parent | 1a7085b34291a266a0413795c27061eb707104f7 (diff) |
RDMA/rxe: Remove IB_SRQ_INIT_MASK
Currently the #define IB_SRQ_INIT_MASK is used to distinguish the
rxe_create_srq verb from the rxe_modify_srq verb so that some code can be
shared between these two subroutines.
This commit splits rxe_srq_chk_attr into two subroutines: rxe_srq_chk_init
and rxe_srq_chk_attr which handle the create_srq and modify_srq verbs
separately.
Link: https://lore.kernel.org/r/20220421014042.26985-2-rpearsonhpe@gmail.com
Signed-off-by: Bob Pearson <rpearsonhpe@gmail.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions