Re: [dpdk-dev] [PATCH v9 5/5] distributor: use wait until scheme

2021-11-01 Thread Pattan, Reshma
> -Original Message- > From: dev On Behalf Of Feifei Wang > --- > lib/distributor/rte_distributor_single.c | 10 -- Hi , rte_distributor.c file also has couple of places where similar change can be done, just wondering was that missed ? Thanks, Reshma

[dpdk-dev] [PATCH v9 5/5] distributor: use wait until scheme

2021-10-31 Thread Feifei Wang
Instead of polling for bufptr64 to be updated, use wait until scheme for this case. Signed-off-by: Feifei Wang Reviewed-by: Ruifeng Wang Acked-by: Jerin Jacob --- lib/distributor/rte_distributor_single.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/lib/distrib