You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by ja...@apache.org on 2020/12/03 12:29:25 UTC

[incubator-brpc] branch rdma updated (9028c39 -> 62240fe)

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

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


    from 9028c39  Merge pull request #916 from Tuvie/master
     new 6581dab  fix two bugs: 1) fd leak when destroy rdma cq channel; 2) listen on incorrect internal port when using rdma
     new 05c4f70  fix the bug of creating CQs on incorrect comp vector
     new 62240fe  Merge pull request #1002 from Tuvie/master

The 1873 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:
 CMakeLists.txt                               |   7 --
 example/rdma_performance/client.cpp          |   8 +-
 src/brpc/rdma/rdma_communication_manager.cpp |   9 ++-
 src/brpc/rdma/rdma_completion_queue.cpp      |  89 ++++++++++++++++-----
 src/brpc/rdma/rdma_completion_queue.h        |   8 +-
 src/brpc/rdma/rdma_endpoint.cpp              |  16 +++-
 src/brpc/rdma/rdma_endpoint.h                |  10 ++-
 src/brpc/rdma/spsc_queue.h                   | 112 +++++++++++++++++++++++++++
 src/brpc/server.cpp                          |  12 +--
 src/brpc/socket.cpp                          |  14 +++-
 test/brpc_naming_service_unittest.cpp        |  26 +++----
 test/brpc_redis_unittest.cpp                 |  21 -----
 12 files changed, 245 insertions(+), 87 deletions(-)
 create mode 100644 src/brpc/rdma/spsc_queue.h


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