Re: [PATCH for-next] IB/core: Add xrc opcodes to ib_pack.h
From: Leon Romanovsky <leon@kernel.org>
Date: 2021-07-27 12:02:20
From: Leon Romanovsky <leon@kernel.org>
Date: 2021-07-27 12:02:20
On Tue, Jul 27, 2021 at 06:23:48AM -0500, Bob Pearson wrote:
On 7/27/21 5:43 AM, Leon Romanovsky wrote:quoted
On Mon, Jul 26, 2021 at 06:10:10PM -0500, Bob Pearson wrote:quoted
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? ThanksI'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.
So please submit it together with your XRC series. Thanks
Bob