On 7/27/21 5:43 AM, Leon Romanovsky wrote: > On Mon, Jul 26, 2021 at 06:10:10PM -0500, Bob Pearson wrote: >> ib_pack.h defines enums for all the RDMA opcodes except for the XRC >> opcodes. This patch adds those opcodes. > > Why do we need such patch? What does it fix? What didn't work before? > > Thanks > I'm working on implementing xrc for rxe. It uses the opcodes from ib_pack.h. So I have to either add the opcodes to ib_pack.h or redefine all the opcodes in the rxe driver. This seems like the better solution of the two. Bob