Re: [dpdk-dev] [PATCH v8 2/5] eal: use wait event for read pflock

2021-10-31 Thread David Marchand
On Fri, Oct 29, 2021 at 10:20 AM Feifei Wang wrote: > > Instead of polling for read pflock update, use wait event scheme for > this case. Please look at git history for this file. Prefix should be pflock: > > Signed-off-by: Feifei Wang > Reviewed-by: Ruifeng Wang -- David Marchand

Re: [dpdk-dev] [PATCH v8 2/5] eal: use wait event for read pflock

2021-10-29 Thread Jerin Jacob
On Fri, Oct 29, 2021 at 1:50 PM Feifei Wang wrote: > > Instead of polling for read pflock update, use wait event scheme for > this case. > > Signed-off-by: Feifei Wang > Reviewed-by: Ruifeng Wang Acked-by: Jerin Jacob > --- > lib/eal/include/generic/rte_pflock.h | 4 +--- > 1 file changed,

[dpdk-dev] [PATCH v8 2/5] eal: use wait event for read pflock

2021-10-29 Thread Feifei Wang
Instead of polling for read pflock update, use wait event scheme for this case. Signed-off-by: Feifei Wang Reviewed-by: Ruifeng Wang --- lib/eal/include/generic/rte_pflock.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/eal/include/generic/rte_pflock.h b/lib/eal/in