On Thu, Aug 20, 2020 at 05:46:24PM -0500, Bob Pearson wrote: > This enum plays the same role as ib_uverbs_wr_opcode documenting > the opcodes in the user space API. It plays a role for software > drivers like rxe. It should be done like the WR then: include/rdma/ib_verbs.h: IB_WR_LOCAL_INV = IB_UVERBS_WR_LOCAL_INV, One copy of the value only Jason