You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by ww...@apache.org on 2022/12/02 11:04:55 UTC

[incubator-brpc] branch master updated (988fcd01 -> 1043b79c)

This is an automated email from the ASF dual-hosted git repository.

wwbmmm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git


    from 988fcd01 20.04 (#2030)
     new d08e522e allow IOBuf::attach_user_data specify any valid address in registered rdma memory region
     new ba017eea Merge branch 'apache:master' into master
     new 1043b79c Merge pull request #2005 from Tuvie/master

The 2824 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/cn/rdma.md                 |   2 +
 docs/en/rdma.md                 |   2 +
 src/brpc/rdma/rdma_endpoint.cpp |  19 +++++--
 src/brpc/rdma/rdma_helper.cpp   | 119 +++++++++++++++++++++-------------------
 src/brpc/rdma/rdma_helper.h     |   8 ++-
 src/butil/iobuf.cpp             |  68 +++++++++++++++--------
 src/butil/iobuf.h               |   9 +++
 src/butil/iobuf_inl.h           |   4 ++
 test/brpc_rdma_unittest.cpp     |  51 +++++++++++------
 test/iobuf_unittest.cpp         |  18 ++++++
 10 files changed, 198 insertions(+), 102 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org