Re: [dpdk-dev] [PATCH v2 0/2] Add 'try' semantics for RD and WR locking

2018-12-19 Thread Thomas Monjalon
19/12/2018 19:07, Konstantin Ananyev: > Introduce rte_rwlock_read_trylock() and rte_rwlock_write_trylock() > and new UT test-case for it. > > v1 -> v2 > Changes per Honnappa and Gavin comments: > - remove cycle in rte_rwlock_write_trylock() > - remove static inline functions from .map file > -

[dpdk-dev] [PATCH v2 0/2] Add 'try' semantics for RD and WR locking

2018-12-19 Thread Konstantin Ananyev
Introduce rte_rwlock_read_trylock() and rte_rwlock_write_trylock() and new UT test-case for it. v1 -> v2 Changes per Honnappa and Gavin comments: - remove cycle in rte_rwlock_write_trylock() - remove static inline functions from .map file - update comments Konstantin Ananyev (2): rwlock: in