Re: [dpdk-dev] [PATCH v5 7/8] net/thunderx: use new API to save cycles on aarch64

2019-09-12 Thread Jerin Jacob
On Thu, Sep 12, 2019 at 4:57 PM Gavin Hu wrote: > > Use the new API to wait in low power state instead of continuous > polling to save CPU cycles and power. > > Signed-off-by: Gavin Hu > Reviewed-by: Ruifeng Wang Acked-by: Jerin Jacob > --- > drivers/net/thunderx/nicvf_rxtx.c | 3 +-- > 1 f

[dpdk-dev] [PATCH v5 7/8] net/thunderx: use new API to save cycles on aarch64

2019-09-12 Thread Gavin Hu
Use the new API to wait in low power state instead of continuous polling to save CPU cycles and power. Signed-off-by: Gavin Hu Reviewed-by: Ruifeng Wang --- drivers/net/thunderx/nicvf_rxtx.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/net/thunderx/nicvf_rxtx.c