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

2021-10-31 Thread David Marchand
On Fri, Oct 29, 2021 at 10:20 AM Feifei Wang wrote: > > Introduce macros as generic interface for address monitoring. The main point of this patch is to add a new generic helper. > > Add '__LOAD_EXC_128' for size of 128. For different size, encapsulate > '__LOAD_EXC_16', '__LOAD_EXC_32', '__LOA

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

2021-10-29 Thread Jerin Jacob
On Fri, Oct 29, 2021 at 1:50 PM Feifei Wang wrote: > > Introduce macros as generic interface for address monitoring. > > Add '__LOAD_EXC_128' for size of 128. For different size, encapsulate > '__LOAD_EXC_16', '__LOAD_EXC_32', '__LOAD_EXC_64' and '__LOAD_EXC_128' > into a new macro '__LOAD_EXC'. >

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

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