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/brpc.git
from 7dfc3f52 Consistent hashing support server tag (#2994) add 67057f8f rdma support polling mode (#2920) No new revisions were added by this update. Summary of changes: docs/cn/rdma.md | 7 ++ src/brpc/channel.cpp | 3 + src/brpc/input_messenger.cpp | 8 ++ src/brpc/rdma/rdma_endpoint.cpp | 236 +++++++++++++++++++++++++++++++++------- src/brpc/rdma/rdma_endpoint.h | 47 ++++++++ src/brpc/rdma/rdma_helper.cpp | 15 +++ src/brpc/rdma/rdma_helper.h | 10 ++ src/brpc/server.cpp | 19 ++-- src/brpc/socket.cpp | 8 ++ src/brpc/span.cpp | 1 + src/butil/iobuf.cpp | 8 +- 11 files changed, 314 insertions(+), 48 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org For additional commands, e-mail: dev-h...@brpc.apache.org