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

2021-10-26 Thread Ananyev, Konstantin
> > > 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: > > >

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

2021-10-26 Thread Ananyev, Konstantin
> > > > 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 v5 1/5] eal: add new definitions for wait scheme

2021-10-26 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