mbox series

[0/2] Add 'try' semantics for RD and WR locking

Message ID 1542130061-3702-1-git-send-email-konstantin.ananyev@intel.com (mailing list archive)
Headers
Series Add 'try' semantics for RD and WR locking |

Message

Ananyev, Konstantin Nov. 13, 2018, 5:27 p.m. UTC
  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_rwlock.h       |  54 +++
 lib/librte_eal/rte_eal_version.map            |   2 +
 test/test/test_rwlock.c                       | 405 +++++++++++++++++-
 3 files changed, 442 insertions(+), 19 deletions(-)
  

Comments

Thomas Monjalon Dec. 19, 2018, 2:39 a.m. UTC | #1
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 rwlock autotest

Any comment?