Re: [dpdk-dev] [PATCH v2] eal/rwlock: add note about writer starvation

2021-11-08 Thread Thomas Monjalon
Ping again. Stephen? 12/05/2021 21:10, Thomas Monjalon: > Ping for v3 > > 12/02/2021 01:21, Honnappa Nagarahalli: > > > > > > > > > > 14/01/2021 17:55, Stephen Hemminger: > > > > The implementation of reader/writer locks in DPDK (from first release) > > > > is simple and fast. But it can lead

Re: [dpdk-dev] [PATCH v2] eal/rwlock: add note about writer starvation

2021-05-12 Thread Thomas Monjalon
Ping for v3 12/02/2021 01:21, Honnappa Nagarahalli: > > > > > > 14/01/2021 17:55, Stephen Hemminger: > > > The implementation of reader/writer locks in DPDK (from first release) > > > is simple and fast. But it can lead to writer starvation issues. > > > > > > It is not easy to fix this without

Re: [dpdk-dev] [PATCH v2] eal/rwlock: add note about writer starvation

2021-02-11 Thread Honnappa Nagarahalli
> > 14/01/2021 17:55, Stephen Hemminger: > > The implementation of reader/writer locks in DPDK (from first release) > > is simple and fast. But it can lead to writer starvation issues. > > > > It is not easy to fix this without changing ABI and potentially > > breaking customer applications that

Re: [dpdk-dev] [PATCH v2] eal/rwlock: add note about writer starvation

2021-02-11 Thread Thomas Monjalon
14/01/2021 17:55, Stephen Hemminger: > The implementation of reader/writer locks in DPDK (from first release) > is simple and fast. But it can lead to writer starvation issues. > > It is not easy to fix this without changing ABI and potentially > breaking customer applications that are expect the