On Tue, Dec 20, 2022 at 05:08:47PM +0900, Daisuke Matsuda wrote: > ibv_query_device() has reported incorrect device attributes, which are > actually not used by the device. Make the constants correspond with the > attributes shown to users. > > Fixes: 3ccffe8abf2f ("RDMA/rxe: Move max_elem into rxe_type_info") > Fixes: 3225717f6dfa ("RDMA/rxe: Replace red-black trees by xarrays") > Signed-off-by: Daisuke Matsuda <matsuda-daisuke@xxxxxxxxxxx> > Reviewed-by: Li Zhijian <lizhijian@xxxxxxxxxxx> > --- > v2->v3 > Added Reviewed-by tag from Li Zhijian. > > drivers/infiniband/sw/rxe/rxe_pool.c | 22 +++++++++++----------- > 1 file changed, 11 insertions(+), 11 deletions(-) Applied both to for-rc, thanks Jason