Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 299 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 299 Bytes

ndn-dpdk/core/urcu

This package wraps the Userspace RCU library.

NDN-DPDK uses the QSBR flavor of RCU (liburcu-qsbr). Therefore, every read-side thread must call func (*ReadSide) Quiescent() (in Go) or rcu_quiescent_state() (in C) in its main loop to ensure progress.