wwbmmm commented on code in PR #1999: URL: https://github.com/apache/incubator-brpc/pull/1999#discussion_r1024872546
########## src/brpc/rdma/rdma_helper.cpp: ########## @@ -99,37 +99,41 @@ static ibv_device** g_devices = NULL; static ibv_context* g_context = NULL; static SocketId g_async_socket; static ibv_pd* g_pd = NULL; -static std::vector<ibv_mr*>* g_mrs = NULL; +static std::vector<ibv_mr*>* g_mrs = NULL; // mr registered by brpc Review Comment: append_user_data加个lkey的参数么?我觉得ok,可以问问那个用户 -- 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]
