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

2021-10-19 Thread David Marchand
On Fri, Oct 15, 2021 at 2:59 PM Olivier Matz wrote: > > On Wed, Oct 13, 2021 at 03:48:12PM -0500, Dharmik Thakkar wrote: > > From: Joyce Kong > > > > In stack module, remove the header file rte_atomic.h > > as it is not being used. > > > > Signed-off-by: Joyce Kong > > Signed-off-by: Dharmik Tha

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

2021-10-15 Thread Olivier Matz
On Wed, Oct 13, 2021 at 03:48:12PM -0500, Dharmik Thakkar wrote: > From: Joyce Kong > > In stack module, remove the header file rte_atomic.h > as it is not being used. > > Signed-off-by: Joyce Kong > Signed-off-by: Dharmik Thakkar > Reviewed-by: Ruifeng Wang Acked-by: Olivier Matz Thanks

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

2021-10-13 Thread Dharmik Thakkar
From: Joyce Kong In stack module, remove the header file rte_atomic.h as it is not being used. Signed-off-by: Joyce Kong Signed-off-by: Dharmik Thakkar Reviewed-by: Ruifeng Wang --- v2: Change commit message (Olivier) --- app/test/test_stack.c | 1 - lib/stack/rte_stack.c | 1 - lib/stack