> -----Original Message----- > From: Phil Yang <[email protected]> > Sent: Monday, July 22, 2019 9:53 PM > To: [email protected] > Cc: [email protected]; Jerin Jacob Kollanukkaran <[email protected]>; > [email protected]; [email protected]; > [email protected]; [email protected]; [email protected] > Subject: [EXT] [PATCH v6 3/3] eal/stack: enable lock-free stack for aarch64 > > Enable both c11 atomic and non c11 atomic lock-free stack for aarch64. > > Introduced a new header to reduce the ifdef clutter across generic and c11 > files. The rte_stack_lf_stubs.h contains stub implementations of > __rte_stack_lf_count, __rte_stack_lf_push_elems and > __rte_stack_lf_pop_elems. > > Suggested-by: Gage Eads <[email protected]> > Suggested-by: Jerin Jacob <[email protected]> > Signed-off-by: Phil Yang <[email protected]> > Reviewed-by: Honnappa Nagarahalli <[email protected]> > Tested-by: Honnappa Nagarahalli <[email protected]>
Acked-by: Jerin Jacob <[email protected]>

