Re: [PATCH v3] eal: add notes to SMP memory barrier APIs

2023-07-28 Thread Thomas Monjalon
03/07/2023 11:56, Ruifeng Wang: > The rte_smp_xx() APIs are deprecated. But it is not mentioned > in the function header. > Added notes in function header for clarification. > > Signed-off-by: Ruifeng Wang > --- > v3: Added suggested memory ordering semantic for replacement. > Refined depreca

[PATCH v3] eal: add notes to SMP memory barrier APIs

2023-07-03 Thread Ruifeng Wang
The rte_smp_xx() APIs are deprecated. But it is not mentioned in the function header. Added notes in function header for clarification. Signed-off-by: Ruifeng Wang --- v3: Added suggested memory ordering semantic for replacement. Refined deprecation explanation. v2: Made the notes more specif