Re: [dpdk-dev] [PATCH v7 1/5] eal: add new definitions for wait scheme

2021-10-28 Thread Ananyev, Konstantin
> > diff --git a/lib/eal/include/generic/rte_pause.h > b/lib/eal/include/generic/rte_pause.h > index 668ee4a184..d0c5b5a415 100644 > --- a/lib/eal/include/generic/rte_pause.h > +++ b/lib/eal/include/generic/rte_pause.h > @@ -111,6 +111,34 @@ rte_wait_until_equal_64(volatile uint64_t *addr, > uin

Re: [dpdk-dev] [PATCH v7 1/5] eal: add new definitions for wait scheme

2021-10-28 Thread Jerin Jacob
On Thu, Oct 28, 2021 at 1:11 PM Feifei Wang wrote: > > > > > -邮件原件- > > 发件人: Jerin Jacob > > 发送时间: Thursday, October 28, 2021 3:16 PM > > 收件人: Feifei Wang > > 抄送: Ruifeng Wang ; dpdk-dev ; > > nd ; Ananyev, Konstantin ; > > Stephen Hemminger ; David Marchand > > ; tho...@monjalon.net; Ma

Re: [dpdk-dev] [PATCH v7 1/5] eal: add new definitions for wait scheme

2021-10-28 Thread Jerin Jacob
On Thu, Oct 28, 2021 at 12:26 PM Feifei Wang wrote: > > Introduce macros as generic interface for address monitoring. > For different size, encapsulate '__LOAD_EXC_16', '__LOAD_EXC_32' > and '__LOAD_EXC_64' into a new macro '__LOAD_EXC'. > > Furthermore, to prevent compilation warning in arm: > --

[dpdk-dev] [PATCH v7 1/5] eal: add new definitions for wait scheme

2021-10-27 Thread Feifei Wang
Introduce macros as generic interface for address monitoring. For different size, encapsulate '__LOAD_EXC_16', '__LOAD_EXC_32' and '__LOAD_EXC_64' into a new macro '__LOAD_EXC'. Furthermore, to prevent compilation warning in arm: -- 'warning: implicit de