yanglimingcn commented on code in PR #3137:
URL: https://github.com/apache/brpc/pull/3137#discussion_r2493536948
##########
src/brpc/rdma/rdma_endpoint.cpp:
##########
@@ -889,6 +896,10 @@ ssize_t RdmaEndpoint::CutFromIOBufList(butil::IOBuf**
from, size_t ndata) {
return -1;
}
+ if (signaled) {
Review Comment:
this line, I'm not sure if send cqe can generate energy after this atomic
operation.
--
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]