1f90d32ce1
When the rte_rcu_qsbr_check API is called, it is possible to
calculate the least valued token acknowledged by all the readers.
When the API is called next time, the readers' token counters do
not need to be scanned if the value of the token being queried is
less than the last least token acknowledged. This avoids the
cache line bounces between readers and writer.
Fixes:
|
||
---|---|---|
.. | ||
Makefile | ||
meson.build | ||
rte_rcu_qsbr.c | ||
rte_rcu_qsbr.h | ||
rte_rcu_version.map |