Re: [dpdk-dev] [PATCH v8 0/3] ticketlock: implement ticketlock and add test case

2019-03-28 Thread Thomas Monjalon
> > Joyce Kong (3): > > eal/ticketlock: ticket based to improve fairness > > eal/ticketlock: enable generic ticketlock on all arch > > test/ticketlock: add ticket lock test case > > > > MAINTAINERS| 5 + > > app/test/Makefile

Re: [dpdk-dev] [PATCH v8 0/3] ticketlock: implement ticketlock and add test case

2019-03-27 Thread Ananyev, Konstantin
> > v8: > 1. Enhance functional test for ticketlock by adding extra verification to > ensure correct locking in MT env. > 2. Amortize the cost of getting time in test case. > (Suggested by Konstantin Ananyev) > > v7: > 1. Modify trylock to compare both current and next fields t