chenBright commented on code in PR #3145:
URL: https://github.com/apache/brpc/pull/3145#discussion_r2533316373


##########
src/brpc/rdma/rdma_endpoint.cpp:
##########
@@ -1373,22 +1443,39 @@ void RdmaEndpoint::PollCq(Socket* m) {
     }
     CHECK(ep == s->_rdma_ep);
 
+    bool send = false;
+    ibv_comp_channel* comp_channel = NULL;
+    ibv_cq* cq = NULL;
+    int solicited_only = 0;

Review Comment:
   I think that no events are generated in polling mode. The modification  will 
not affect the logic of polling mode.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to