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