Re: [dpdk-dev] [PATCH v1] stack: remove duplicated include of atomic

2021-09-27 Thread Olivier Matz
Hi Joyce, On Sun, Aug 22, 2021 at 10:20:34PM -0500, Joyce Kong wrote: > In stack module, remove the duplicated header file rte_atomic.h > as it has been included in rte_spinlock.h/rte_pause.h > > Signed-off-by: Joyce Kong > Reviewed-by: Ruifeng Wang Sorry for the late feedback. No objection a

[dpdk-dev] [PATCH v1] stack: remove duplicated include of atomic

2021-08-22 Thread Joyce Kong
In stack module, remove the duplicated header file rte_atomic.h as it has been included in rte_spinlock.h/rte_pause.h Signed-off-by: Joyce Kong Reviewed-by: Ruifeng Wang --- app/test/test_stack.c | 1 - lib/stack/rte_stack.c | 1 - lib/stack/rte_stack.h | 1 - 3 files changed, 3 deletions(-) d