Skip to content

Conversation

@GuangguanWang
Copy link

@GuangguanWang GuangguanWang commented Dec 1, 2025

Three patches for IBRC transport to make IBRC more compatible with rdma devices that do not support srq and 128 inline size :

  • transport/ibrc: Make srq configurable in IBRC
  • transport/ibrc: Fix for ep->req mem leak in ibrc when finalize
  • transport/ibrc: Reduce IBRC_MAX_INLINE_SIZE to IBRC_BUF_SIZE

Make srq configurable in IBRC to compatible with RDMA devices
that do not support srq.

Signed-off-by: Guangguan Wang <guangguan.wang@linux.alibaba.com>
Fix for ep->req mem leak in ibrc when finalize.

Signed-off-by: Guangguan Wang <guangguan.wang@linux.alibaba.com>
Reduce IBRC_MAX_INLINE_SIZE to IBRC_BUF_SIZE, as IBRC_BUF_SIZE
is enough, makes ibrc more compatible with RDMA devices that
do not support 128 inline size.

Signed-off-by: Guangguan Wang <guangguan.wang@linux.alibaba.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant