Re: [dpdk-dev] [RFC PATCH v1 0/5] add new API for wait until scheme

2021-09-02 Thread Stephen Hemminger
On Thu, 2 Sep 2021 13:32:48 +0800 Feifei Wang wrote: > Add new API for wait_until scheme, and apply this new API into lib to > replace rte_pause. > > Feifei Wang (5): > eal: add new API for wait until scheme > eal: use wait until scheme for read pflock > eal: use wait until scheme for mcs

[dpdk-dev] [RFC PATCH v1 0/5] add new API for wait until scheme

2021-09-01 Thread Feifei Wang
Add new API for wait_until scheme, and apply this new API into lib to replace rte_pause. Feifei Wang (5): eal: add new API for wait until scheme eal: use wait until scheme for read pflock eal: use wait until scheme for mcslock lib/bpf: use wait until scheme for Rx/Tx iteration lib/distri