> > For SA outbound packets, rte_atomic64_add_return is used to generate > SQN atomically. Use c11 atomics with RELAXED ordering for outbound SQN > update instead of rte_atomic ops which enforce unnecessary barriers on > aarch64. > > Signed-off-by: Phil Yang <[email protected]> > Reviewed-by: Ruifeng Wang <[email protected]> > Reviewed-by: Gavin Hu <[email protected]> > ---
Acked-by: Konstantin Ananyev <[email protected]> > 2.7.4

