rwlock with transactional memory

Stephen Hemminger stephen at networkplumber.org
Tue Jul 19 22:20:23 CEST 2022


The reader writer lock transactional memory appears to turn the rwlock into just a spinlock.

When there are multiple readers, it will think that transaction was impacted.

Kind of want to just drop the TM support from reader writer lock, doubt if anyone uses it.


More information about the dev mailing list