On Thu, Sep 03, 2020 at 05:40:34PM -0500, Bob Pearson wrote: > Added work completion opcodes to a new ib_uverbs_wc_opcode enum in > ib_user_verbs.h. This plays the same role as ib_uverbs_wr_opcode > documenting the opcodes in the user space API. > > Assigned the IB_WC_XXX opcodes in ib_verbs.h to the IB_UVERBS_WC_XXX > where they are defined. This follows the same pattern as the IB_WR_XXX > opcodes. This fixes an incorrect value for LSO that had crept in but > is not currently being used. > > Added a missing IB_WR_BIND_MW opcode in ib_verbs.h. > > Signed-off-by: Bob Pearson <rpearson@xxxxxxx> > --- > include/rdma/ib_verbs.h | 16 +++++++++------- > include/uapi/rdma/ib_user_verbs.h | 11 +++++++++++ > 2 files changed, 20 insertions(+), 7 deletions(-) Applied to for-next Thanks, Jason