zchuango opened a new pull request, #3290:
URL: https://github.com/apache/brpc/pull/3290

   ### What problem does this PR solve?
   
   Issue Number: #3226  #3167  #3217 
   
   Problem Summary: 
   After recent efforts, the UB-Ring framework has been successfully integrated 
with the BRPC transport framework. Currently, high-performance and low-latency 
communication based on the load/store (LD/ST) semantics is supported. I feel 
happy be able to contribute this to the community and look forward to receiving 
feedback and reviews. @wwbmmm @chenBright 
   
   ### What is changed and the side effects?
   Changed:
   1. The ubring framework is added. This framework implements low-latency data 
communication based on the shared memory LD/ST semantics.
   2. Currently, the ubring framework supports two modes: POSIX IPC shared 
memory and ubs-mem remote shared memory.
   3. The ub_shm_type parameter is used to control whether to use the IPC or 
[ubs-mem](https://atomgit.com/openeuler/ubs-mem) capability. Currently, ubs-mem 
can run on the Kunpeng 950 supernode that supports the ub protocol.
   Side effects:
   - Performance effects: NAN
   
   - Breaking backward compatibility: 
   
   ---
   ### Check List:
   - Please make sure your changes are compilable.
   - When providing us with a new feature, it is best to add related tests.
   - Please follow [Contributor Covenant Code of 
Conduct](https://github.com/apache/brpc/blob/master/CODE_OF_CONDUCT.md).


-- 
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