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

2018-12-18 Thread Thomas Monjalon
13/11/2018 18:27, Konstantin Ananyev: > This series targets 19.02 release > > Introduce rte_rwlock_read_trylock() and rte_rwlock_write_trylock() > and new UT test-case for it. > > Konstantin Ananyev (2): > rwlock: introduce 'try' semantics for RD and WR locking > test: add new test-cases for

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

2018-11-13 Thread Konstantin Ananyev
This series targets 19.02 release Introduce rte_rwlock_read_trylock() and rte_rwlock_write_trylock() and new UT test-case for it. Konstantin Ananyev (2): rwlock: introduce 'try' semantics for RD and WR locking test: add new test-cases for rwlock autotest .../common/include/generic/rte_rwloc