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

2023-07-04 Thread Mattias Rönnblom
; nd Subject: Re: [PATCH v2] eal: add notes to SMP memory barrier APIs On 2023-06-26 09:12, Ruifeng Wang wrote: 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 --- v2: Made the

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

2023-07-03 Thread Ruifeng Wang
alli ; nd > Subject: Re: [PATCH v2] eal: add notes to SMP memory barrier APIs > > On 2023-06-26 09:12, Ruifeng Wang wrote: > > The rte_smp_xx() APIs are deprecated. But it is not mentioned in the > > function header. > > Added notes in function header for clarification. > &

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

2023-06-29 Thread Mattias Rönnblom
On 2023-06-26 09:12, Ruifeng Wang wrote: 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 --- v2: Made the notes more specific. lib/eal/include/generic/rte_atomic.h | 19 +++

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

2023-06-26 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 --- v2: Made the notes more specific. lib/eal/include/generic/rte_atomic.h | 19 +++ 1 file changed, 19 insertions(